Reference count struct dictionary.
[pspp] / src / language / dictionary / sys-file-info.c
index 82a6fea780d4da8144dece3e2189d062beaad268..ead50a6c6a0258f7951041658b86ae2a172ba270 100644 (file)
@@ -250,7 +250,7 @@ cmd_sysfile_info (struct lexer *lexer, struct dataset *ds UNUSED)
 
   table_item_submit (table_item_create (table, NULL /* XXX */, NULL));
 
-  dict_destroy (d);
+  dict_unref (d);
 
   fh_unref (h);
   free (encoding);