pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] psppire-var-store: Chain up to correct parent method from "dispo


From: Ben Pfaff
Subject: [PATCH] psppire-var-store: Chain up to correct parent method from "dispose".
Date: Sun, 8 Jul 2012 23:10:21 -0700

I'm pretty sure that "dispose" should not chain up to "finalize".
---
I already pushed this; I'm emailing it just as a FYI.

 src/ui/gui/psppire-var-store.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/ui/gui/psppire-var-store.c b/src/ui/gui/psppire-var-store.c
index bc348ef..91706fa 100644
--- a/src/ui/gui/psppire-var-store.c
+++ b/src/ui/gui/psppire-var-store.c
@@ -447,7 +447,7 @@ psppire_var_store_dispose (GObject *object)
     g_object_unref (self->dictionary);
 
   /* must chain up */
-  (* parent_class->finalize) (object);
+  (* parent_class->dispose) (object);
 }
 
 
-- 
1.7.2.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]