From 45a96fde12dada030b79f591a5b5f2eea898e89e Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Thu, 18 Apr 2002 18:00:35 +0000 Subject: Changed to vector.c and hashmap.c Added the debugging_strdup() function. Fixed a memory leak in get_all_headers. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0c6ac64..6f8a090 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-04-18 Robert James Kaes + * 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. -- cgit v1.2.3