diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-01-31 11:30:57 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-01-31 11:30:57 +0000 |
commit | 748d2dbd9c453603ebf8968c9a747372b530da33 (patch) | |
tree | 57dd28dd97c8a9e47775dc1edc33c298003bbf95 /Changelog-Trunk.txt | |
parent | 4ca48efa52ab65853138653b30903528139d4919 (diff) | |
download | hercules-748d2dbd9c453603ebf8968c9a747372b530da33.tar.gz hercules-748d2dbd9c453603ebf8968c9a747372b530da33.tar.bz2 hercules-748d2dbd9c453603ebf8968c9a747372b530da33.tar.xz hercules-748d2dbd9c453603ebf8968c9a747372b530da33.zip |
* Fixed faulty WFIFO reallocation causing memory exhaustion (bugreport:4737, since r1816, related r11503, r11571, r11886 and r12232).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14689 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index d540175ea..3aee07ed2 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,7 @@ Date Added +2011/01/31 + * Fixed faulty WFIFO reallocation causing memory exhaustion (bugreport:4737, since r1816, related r11503, r11571, r11886 and r12232). [Ai4rei] 2011/01/30 * Fixed equipped items' bonus no longer working after log-in until next status recalc, due to missing pc_setequipindex which was previously called by pc_checkitem (bugreport:2604, since r14685). [Ai4rei] 2011/01/29 |