summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-18 18:41:27 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-18 18:41:27 +0000
commit09c7acf9fc7fa526fc8506ab416c27f947d54472 (patch)
tree716860aeebcc0df8ddf82974641b15c5d517dbbd
parentd14b612e13791f695b2a12eb2c425a5b775f9333 (diff)
downloadtinyproxy-09c7acf9fc7fa526fc8506ab416c27f947d54472.tar.gz
tinyproxy-09c7acf9fc7fa526fc8506ab416c27f947d54472.zip
Memory leak in the hashmap_delete() function has been fixed.
Diffstat (limited to '')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f8a090..41aa085 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* src/vector.c:
* src/hashmap.c: Changed all calls to malloc, calloc, free, and
strdup to the appropriate safe variety.
+ (hashmap_delete): Fixed a memory leak where the maps were not
+ being freed properly.
* src/utils.c (debugging_strdup): Added this function to be used
by the safestrdup() macro to replace all the calls to strdup().