Fix memory leak, from louisdx.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3709 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2011-12-21 18:03:45 +00:00
parent 706dbb3cd9
commit 5fd7d584ce
2 changed files with 8 additions and 3 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.8:
- Fix memory leak in mkdirhier(), from Loius Delacroix
- Some cleanups / warnings fixes, from Louis Delacroix
- Added a free callback function for the values of the key-value pairs
in hash tables - SvdB