From 09c7acf9fc7fa526fc8506ab416c27f947d54472 Mon Sep 17 00:00:00 2001
From: Robert James Kaes <rjkaes@users.sourceforge.net>
Date: Thu, 18 Apr 2002 18:41:27 +0000
Subject: Memory leak in the hashmap_delete() function has been fixed.

---
 ChangeLog | 2 ++
 1 file changed, 2 insertions(+)

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().
-- 
cgit v1.2.3