summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-03 17:38:20 +0000
committerJim Meyering <jim@meyering.net>2006-07-03 17:38:20 +0000
commita9cf203e2d4a0f94cb2ade11dfbdb903fac70d91 (patch)
treeb8316a804e84001a3cb919a1def3d9323f476cf5 /ChangeLog
parent1a29d221b8c83adf79cdf4db0a58a23e58202e5f (diff)
downloadcoreutils-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96391a393..a7168480b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.