summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-18 18:00:35 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-18 18:00:35 +0000
commit45a96fde12dada030b79f591a5b5f2eea898e89e (patch)
treefe2927346990e48bf3e4461e2c3708bad3738ca1 /ChangeLog
parent9a8d732a133670e8944bff0b8aabaa3d6606b72a (diff)
downloadtinyproxy-45a96fde12dada030b79f591a5b5f2eea898e89e.tar.gz
tinyproxy-45a96fde12dada030b79f591a5b5f2eea898e89e.zip
Changed to vector.c and hashmap.c
Added the debugging_strdup() function. Fixed a memory leak in get_all_headers.
Diffstat (limited to '')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c6ac64..6f8a090 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-04-18 Robert James Kaes <rjkaes@flarenet.com>
+ * src/vector.c:
+ * src/hashmap.c: Changed all calls to malloc, calloc, free, and
+ strdup to the appropriate safe variety.
+
* src/utils.c (debugging_strdup): Added this function to be used
by the safestrdup() macro to replace all the calls to strdup().
This should allow better tracking of the memory usage.