Added linked-list.[ch] --- a general purpose linked list module.
[pspp-builds.git] / src / glob.c
index 457be8ace071b856fff5cd17d5fc5dd94d14bd16..159c48296bade021e084902dc88934636dc88919 100644 (file)
@@ -127,6 +127,7 @@ init_glob (int argc UNUSED, char **argv)
 #endif /* ENABLE_NLS */
 
   fn_init ();
+  fh_init ();
   getl_initialize ();
 
   /* PORTME: If your system/OS has the nasty tendency to halt with a
@@ -187,6 +188,8 @@ done_glob(void)
   free(logfn);
   done_settings();
   ds_destroy (&tokstr);
+
+  fh_done();
 }
 
 static void