diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-06-16 17:01:09 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-06-16 17:01:09 +0000 |
commit | 5666e57db9792d5e2f4faf89599812a570b39b96 (patch) | |
tree | 4c69c941483d1ded6493c220819432efe4231c2e /Changelog-Trunk.txt | |
parent | 773149f384fdb7bce399fbd7b5e7379d029dc60b (diff) | |
download | hercules-5666e57db9792d5e2f4faf89599812a570b39b96.tar.gz hercules-5666e57db9792d5e2f4faf89599812a570b39b96.tar.bz2 hercules-5666e57db9792d5e2f4faf89599812a570b39b96.tar.xz hercules-5666e57db9792d5e2f4faf89599812a570b39b96.zip |
Fixed DBMap's db_dup_key to allocate only as much as necessary (bugreport:4969).
This reduces default eA's memory usage by about 400kB.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14853 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 42bda730a..fb62478e2 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,7 @@ Date Added 2011/06/16 + * Fixed DBMap's db_dup_key to allocate only as much as necessary (bugreport:4969) [ultramage] * Fixed char-converter not being able to compile due to both char.h being included. (caused by last commit) [FlavioJS] * Merges from charmerge: - Added DBMap::exists. (r14090) |