diff options
author | Jim Meyering <jim@meyering.net> | 2006-07-03 17:38:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-07-03 17:38:20 +0000 |
commit | a9cf203e2d4a0f94cb2ade11dfbdb903fac70d91 (patch) | |
tree | b8316a804e84001a3cb919a1def3d9323f476cf5 /ChangeLog | |
parent | 1a29d221b8c83adf79cdf4db0a58a23e58202e5f (diff) | |
download | coreutils-a9cf203e2d4a0f94cb2ade11dfbdb903fac70d91.tar.xz |
Plug another unusual leak.
(AD_mark_helper): Free malloc'd filename if hash_insert says
that string is already in the hash table.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2006-07-03 Jim Meyering <jim@meyering.net> + Plug another unusual leak. + (AD_mark_helper): Free malloc'd filename if hash_insert says + that string is already in the hash table. + The dev/inode of the topmost directory in each hierarchy were not being recorded. * src/remove.c (remove_cwd_entries): Don't call cycle_check here. |