From f0fa474c673c0af91bc3d08f881ab9040ff72d45 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 13 Apr 2009 10:09:20 -0500 Subject: Adding in call to the parent class' finalize function as well, this should free all the way up to the top. --- libindicate/server.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libindicate/server.c') diff --git a/libindicate/server.c b/libindicate/server.c index f2ebdd2..e3d071c 100644 --- a/libindicate/server.c +++ b/libindicate/server.c @@ -297,6 +297,8 @@ indicate_server_finalize (GObject * obj) g_free(priv->type); } + G_OBJECT_CLASS (indicate_server_parent_class)->finalize (obj); + return; } -- cgit v1.2.3