Add support for reading and writing SPV files.
[pspp] / src / language / dictionary / sys-file-info.c
index 80fa903b066ca704f05d5e1572c2b42270707760..1fd80281c421bc42feffdf89102eefdf147cf2e6 100644 (file)
@@ -694,7 +694,7 @@ display_attributes (const struct attrset *dict_attrset,
                      var_get_attributes (vars[i]), flags);
 
   if (pivot_table_is_empty (table))
-    pivot_table_destroy (table);
+    pivot_table_unref (table);
   else
     pivot_table_submit (table);
 }