gui: Properly manage ref counts of combo box and tree view models.
[pspp] / src / ui / gui / compute-dialog.c
index b9bfa2a9d36f300c4e46b1d2306c1359b4b4ee04..debc412341eca9e5af6b9ed6eaa07fae2b25cee8 100644 (file)
@@ -502,6 +502,7 @@ function_list_populate (GtkTreeView *tv)
   }
 
   gtk_tree_view_set_model (tv, GTK_TREE_MODEL (liststore));
+  g_object_unref (liststore);
 }