diff options
author | Paul Smith <psmith@gnu.org> | 2009-09-26 23:01:55 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2009-09-26 23:01:55 +0000 |
commit | 44ac2cdb4dc8481cff33101f95f94761c5aa74bc (patch) | |
tree | d106bad507197e5a1c680ab4d9604549f40ed537 /ChangeLog | |
parent | 48045f99e574d1d8e049a413f5b3f40d33898dc2 (diff) | |
download | gunmake-44ac2cdb4dc8481cff33101f95f94761c5aa74bc.tar.gz |
Fix some memory leaks, found with valgrind.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2009-09-26 Paul Smith <psmith@gnu.org> + + * read.c (record_files): Free FILENAMES chain for implicit rules. + + * function.c (string_glob): Free NAME in the nameseq chain. + 2009-09-25 Boris Kolpackov <boris@codesynthesis.com> * implicit.c (pattern_search): Terminate early if we haven't |