gui: Properly manage ref counts of combo box and tree view models.
[pspp] / src / ui / gui / count-dialog.c
index 43875f963703a54f59e076b024e5a9f6a13c4f8b..b0d417f8eb1fcdf29f2358c71da3de12a11b824a 100644 (file)
@@ -165,6 +165,7 @@ void count_dialog (PsppireDataWindow *de)
     }
 
 
+  g_object_unref (cnt.value_list);
   g_object_unref (builder);
 }