Unref GtkBuilder objects when they are no longer required
[pspp] / src / ui / gui / psppire-dialog-action-examine.c
index c5c8bd85dd42e76c391888f60a3c62fbba23591f..7698adfe6be32d50bdbc6cc3864098a431bff579 100644 (file)
@@ -242,6 +242,8 @@ psppire_dialog_action_examine_activate (GtkAction *a)
                            G_CALLBACK (run_opts_dialog), act);
 
   PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_examine_parent_class)->activate (pda);
+  
+  g_object_unref (xml);
 }
 
 static void