psppire-acr: Clarify acr ownership of its list store.
[pspp] / src / ui / gui / aggregate-dialog.c
index 7fce9f55637481e837719c0f4a29a8a8672c76f1..ebc47d401179c464e22ac9d3b7c69ff7d57bfbd2 100644 (file)
@@ -527,6 +527,7 @@ aggregate_dialog (PsppireDataWindow *dw)
                                             G_TYPE_DOUBLE);
 
     psppire_acr_set_model (PSPPIRE_ACR (fd.summary_acr), list);
+    g_object_unref (list);
 
     psppire_acr_set_get_value_func (PSPPIRE_ACR (fd.summary_acr),
                                                 get_summary_spec, &fd);