Fix various memory leaks
[pspp-builds.git] / src / data / dictionary.c
index aa0fcd5654d82181c23895793a7c88459e1e2dae..dc7e8732296ebc4703faa91cc429719ecff846b2 100644 (file)
@@ -298,6 +298,7 @@ dict_destroy (struct dictionary *d)
       hmap_destroy (&d->name_map);
       attrset_destroy (&d->attributes);
       free (d->mrsets);
+      free (d->encoding);
       free (d);
     }
 }