Automake 1.12 and up no longer supports pre-ANSI
[enscript.git] / src / util.c
index 17d89e7..a3814c1 100644 (file)
@@ -440,6 +440,7 @@ read_config (char *path, char *file)
        CFG_FATAL ((stderr, _("illegal option: %s"), token));
     }
 
+  fclose (fp);
   buffer_uninit (&fname);
   return 1;
 }