Unref GtkBuilder objects when they are no longer required
[pspp] / src / ui / gui / psppire-dialog-action-sort.c
index 29c3c8063edfd1c373c6e8a082330526548c0e8a..363ef08b03d48a70f9e80ff0085e593b7b2907ca 100644 (file)
@@ -109,6 +109,8 @@ psppire_dialog_action_sort_activate (GtkAction *a)
 
   if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_sort_parent_class)->activate)
     PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_sort_parent_class)->activate (pda);
+
+  g_object_unref (xml);
 }
 
 static void