Did some more work on bug 12859 and then realized that a *good*
[pspp-builds.git] / src / error.c
index 3c91f73266ef4848f5a66931322e32ce43e9b2d0..571e6393340640107bb6773fd7a7f8bd79f1883d 100644 (file)
@@ -204,11 +204,11 @@ err_hcf (int success)
 
   free(file_loc);
   file_loc = NULL;
+  nfile_loc = mfile_loc = 0;
   
   outp_done ();
   done_glob();
 
-
   exit (success ? EXIT_SUCCESS : EXIT_FAILURE);
 }