diff options
author | Paul Smith <psmith@gnu.org> | 1999-07-16 22:28:46 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-07-16 22:28:46 +0000 |
commit | 826ab14b26b33f83a6b2f08660670569fd083a4e (patch) | |
tree | 52637452c6bb6a5b4fbb2fe49560abccb61e90aa /read.c | |
parent | a3cf773e296968870eaa76d45323690d14d9b44e (diff) | |
download | gunmake-826ab14b26b33f83a6b2f08660670569fd083a4e.tar.gz |
* Fix some memory and file descriptor leaks.
Diffstat (limited to 'read.c')
-rw-r--r-- | read.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -396,6 +396,7 @@ read_makefile (filename, flags) attempt, rather from FILENAME itself. Restore it in case the caller wants to use it in a message. */ errno = makefile_errno; + free (commands); return 0; } |