X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fcompute-dialog.c;h=debc412341eca9e5af6b9ed6eaa07fae2b25cee8;hb=e89158e8abd2dae27d985e3574eb5aa1d265fc66;hp=b9bfa2a9d36f300c4e46b1d2306c1359b4b4ee04;hpb=7557c4bf71b244226c7a248177715dade26aabe5;p=pspp diff --git a/src/ui/gui/compute-dialog.c b/src/ui/gui/compute-dialog.c index b9bfa2a9d3..debc412341 100644 --- a/src/ui/gui/compute-dialog.c +++ b/src/ui/gui/compute-dialog.c @@ -502,6 +502,7 @@ function_list_populate (GtkTreeView *tv) } gtk_tree_view_set_model (tv, GTK_TREE_MODEL (liststore)); + g_object_unref (liststore); }