Reference count struct dictionary.
[pspp] / src / language / stats / aggregate.c
index 03117a5e6135ce4b30ac1eee01e0529654c450af..7a2c986bf04282051a7854e1c671a097daf35565 100644 (file)
@@ -733,7 +733,7 @@ agr_destroy (struct agr_proc *agr)
       free (iter);
     }
   if (agr->dict != NULL)
-    dict_destroy (agr->dict);
+    dict_unref (agr->dict);
 }
 \f
 /* Execution. */