[telepathy-gabble/master] Chain up to the parent class so it can free some memory
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Fri Dec 18 06:19:29 PST 2009
---
src/connection-manager.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/connection-manager.c b/src/connection-manager.c
index 71c96df..9fc6eda 100644
--- a/src/connection-manager.c
+++ b/src/connection-manager.c
@@ -50,6 +50,8 @@ static void
gabble_connection_manager_finalize (GObject *object)
{
gabble_debug_free ();
+
+ G_OBJECT_CLASS (gabble_connection_manager_parent_class)->finalize (object);
}
static void
--
1.5.6.5
More information about the telepathy-commits
mailing list