Rewrote most of the examine command.
[pspp-builds.git] / src / glob.c
index 9b4f93c4e62fa5adac77728994a391dcef7018a5..5b35a9f1dbeb02c52f721a1dca431f625ffce373 100644 (file)
@@ -180,6 +180,15 @@ init_glob (int argc UNUSED, char **argv)
   get_date ();
 }
 
+void
+done_glob(void)
+{
+  dict_destroy(default_dict);
+  free(logfn);
+  /* done_settings(); */
+  ds_destroy (&tokstr);
+}
+
 static void
 get_date (void)
 {