[gnome-calendar] manager: fix clients' hash construction
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] manager: fix clients' hash construction
- Date: Thu, 4 Dec 2014 22:38:29 +0000 (UTC)
commit 5f8cadb650311a7bd938be47f2ef7b2e7ff52e36
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Mon Oct 20 23:09:52 2014 -0400
manager: fix clients' hash construction
free_manager_unit should have been removed from clients construction previously
src/gcal-manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcal-manager.c b/src/gcal-manager.c
index f280d41..9fbd768 100644
--- a/src/gcal-manager.c
+++ b/src/gcal-manager.c
@@ -404,7 +404,7 @@ gcal_manager_init (GcalManager *self)
priv->clients = g_hash_table_new_full ((GHashFunc) e_source_hash,
(GEqualFunc) e_source_equal,
g_object_unref,
- free_manager_unit_data);
+ g_free);
/* reading sources and schedule its connecting */
error = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]