gui: Properly manage ref counts of combo box and tree view models.
[pspp] / src / ui / gui / regression-dialog.c
index ac23fb1dcb8f7cd15303991ba33e526680a4e1d3..7c0608fd5b2032e4bc6817060367ecd1f53f68cb 100644 (file)
@@ -298,4 +298,5 @@ regression_dialog (PsppireDataWindow *de)
     }
 
   g_object_unref (xml);
+  g_object_unref (rd.stat);
 }