diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-18 18:41:27 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-18 18:41:27 +0000 |
commit | 09c7acf9fc7fa526fc8506ab416c27f947d54472 (patch) | |
tree | 716860aeebcc0df8ddf82974641b15c5d517dbbd | |
parent | d14b612e13791f695b2a12eb2c425a5b775f9333 (diff) | |
download | tinyproxy-09c7acf9fc7fa526fc8506ab416c27f947d54472.tar.gz tinyproxy-09c7acf9fc7fa526fc8506ab416c27f947d54472.zip |
Memory leak in the hashmap_delete() function has been fixed.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(). |