diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-28 18:53:56 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-28 18:53:56 +0000 |
commit | 14b2597ebb945eba4e763d498bc99287d178ee77 (patch) | |
tree | 8041b5436b49b93d984daa3e06f38a54371269f3 /Changelog-Trunk.txt | |
parent | 29b8d9d94f79154c992a65ea05a7a2f550fe91f8 (diff) | |
download | hercules-14b2597ebb945eba4e763d498bc99287d178ee77.tar.gz hercules-14b2597ebb945eba4e763d498bc99287d178ee77.tar.bz2 hercules-14b2597ebb945eba4e763d498bc99287d178ee77.tar.xz hercules-14b2597ebb945eba4e763d498bc99287d178ee77.zip |
* Fixed a memory leak in memitemdata_to_sql.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11989 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 8a410a697..25a85d1fe 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,7 @@ 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/28 + * Fixed a memory leak in memitemdata_to_sql. * Reverted a bad modification in clif_produceeffect from r11290. [FlavioJS] 2007/12/27 * Removed an incorrect range check and fixed a copypaste typo which |