diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-05-02 21:22:20 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-05-02 21:22:20 +0000 |
commit | e7e5d3d478f97a7015f6c4334d7d5258461af037 (patch) | |
tree | 6edf9dafcdc2998500118c27a3ff8d2d0c2e378f /Changelog-Trunk.txt | |
parent | 007926f449df5385122279348361d4b8bc680ad9 (diff) | |
download | hercules-e7e5d3d478f97a7015f6c4334d7d5258461af037.tar.gz hercules-e7e5d3d478f97a7015f6c4334d7d5258461af037.tar.bz2 hercules-e7e5d3d478f97a7015f6c4334d7d5258461af037.tar.xz hercules-e7e5d3d478f97a7015f6c4334d7d5258461af037.zip |
* Fixed missing iterator destruction in the map_foreach* functions (followup to r12684).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12686 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 be26a66b8..b67520f26 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. 2008/05/02 + * Fixed missing iterator destruction in the map_foreach* functions (followup to r12684). * Added backward compatible handling of PACKETVER 8 and 9. (followup to r12539) * Changes to map_foreach* functions: [FlavioJS] - removed the unecessary use of va_copy in map_foreachpc |