Fix memory leak in PsppireVarSheet
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 16 Sep 2015 05:34:27 +0000 (07:34 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 16 Sep 2015 05:35:29 +0000 (07:35 +0200)
src/ui/gui/psppire-var-sheet.c

index e6ed760bd7baab07eac3795db8258822a367facb..66a95deeed2ad4831cd712d6b016600fcbe6f38a 100644 (file)
@@ -1114,6 +1114,9 @@ psppire_var_sheet_dispose (GObject *obj)
   g_object_unref (var_sheet->var_type_dialog);
   */
 
+  g_object_unref (var_sheet->builder);
+
+  
   G_OBJECT_CLASS (psppire_var_sheet_parent_class)->dispose (obj);
 }