diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-30 21:14:09 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-30 21:14:09 +0000 |
commit | 0da3671876a62ff48b990990e2e1723865bc8cd7 (patch) | |
tree | 96f4b97c8d77a210a14246fbd533c1ea134542ca /Changelog-Trunk.txt | |
parent | 9a181f777daedf6708c777f33f893b3c7d60f381 (diff) | |
download | hercules-0da3671876a62ff48b990990e2e1723865bc8cd7.tar.gz hercules-0da3671876a62ff48b990990e2e1723865bc8cd7.tar.bz2 hercules-0da3671876a62ff48b990990e2e1723865bc8cd7.tar.xz hercules-0da3671876a62ff48b990990e2e1723865bc8cd7.zip |
* Fixed get_val2 not using the stack, which automatically frees the data, causing memory leaks for string variables since r11976. (bugreport:723 , part of bugreport:714 and part of bugreport:708)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11997 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index cfab32d1e..ff1a4900a 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2007/12/30 + * Fixed get_val2 not using the stack, which automatically frees the data, + causing memory leaks for string variables since r11976. + (bugreport:723 , part of bugreport:714 and part of bugreport:708) * Trully fixed the previous commits. (missing cast and incomplete size) * Made the memory manager set allocated memory to 0xCD and freed memory to 0xDD. The memory manager no longer 'hides' uses of freed memory. |