SYSFILE INFO: Get rid of nested tables.
[pspp] / perl-module / PSPP.xs
index 909ffe9e5324a500ff833f09d2e11a39e22d89af..ea2907ffe9b68ca7a69a43291b26a9c57af42ba6 100644 (file)
@@ -17,6 +17,7 @@
    02110-1301, USA. */
 
 
+#undef VERSION
 #include <config.h>
 
 /* The Gnulib "strftime" module defines my_strftime in <config.h> for use by
@@ -273,7 +274,7 @@ CODE:
         free (input_format);
        }
      hmap_destroy (&dict->input_formats);
-     dict_destroy (dict->dict);
+     dict_unref (dict->dict);
      free (dict);
    }