[Xfce4-commits] <xfconf:master> always call the parent class' dispose

Brian J. Tarricone brian at tarricone.org
Sat Sep 5 10:32:01 CEST 2009


Updating branch refs/heads/master
         to 2232d8577105799c758c63394a8d5a2fa8766d6c (commit)
       from 0fe179d8fa21ceea20d548b7546dc9b0be943edb (commit)

commit 2232d8577105799c758c63394a8d5a2fa8766d6c
Author: Brian J. Tarricone <brian at tarricone.org>
Date:   Sat Sep 5 01:27:58 2009 -0700

    always call the parent class' dispose

 xfconf/xfconf-channel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfconf/xfconf-channel.c b/xfconf/xfconf-channel.c
index 1de89cb..b9d887f 100644
--- a/xfconf/xfconf-channel.c
+++ b/xfconf/xfconf-channel.c
@@ -333,9 +333,9 @@ xfconf_channel_dispose(GObject *obj)
                                              G_CALLBACK(xfconf_channel_property_changed),
                                              channel);
         g_object_unref(G_OBJECT(channel->cache));
-
-        G_OBJECT_CLASS(xfconf_channel_parent_class)->dispose(obj);
     }
+
+    G_OBJECT_CLASS(xfconf_channel_parent_class)->dispose(obj);
 }
 
 static void



More information about the Xfce4-commits mailing list