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/listener.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libindicate/listener.c') diff --git a/libindicate/listener.c b/libindicate/listener.c index 4c754ac..3cc84b6 100644 --- a/libindicate/listener.c +++ b/libindicate/listener.c @@ -274,6 +274,7 @@ indicate_listener_finalize (GObject * obj) { /* IndicateListener * listener = INDICATE_LISTENER(obj); */ + G_OBJECT_CLASS (indicate_listener_parent_class)->finalize (obj); return; } -- cgit v1.2.3