diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-18 18:37:56 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-18 18:37:56 +0000 |
commit | 7735e57518a67031d96f62685b51c0ac530b7d45 (patch) | |
tree | bafeb80c4ebba2edf4ce0397bec715394a24b01c /Changelog-Trunk.txt | |
parent | 423dc08401213672973855b70c1e93e94ee1ef0f (diff) | |
download | hercules-7735e57518a67031d96f62685b51c0ac530b7d45.tar.gz hercules-7735e57518a67031d96f62685b51c0ac530b7d45.tar.bz2 hercules-7735e57518a67031d96f62685b51c0ac530b7d45.tar.xz hercules-7735e57518a67031d96f62685b51c0ac530b7d45.zip |
- Changed the memory manager fatal errors when allocating memory to print out the size request as well as the file and line where they originated.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6165 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 e92086b5c..e443c3e3c 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.
2006/04/18
+ * Changed the memory manager fatal errors when allocating memory to print
+ out the size request as well as the file and line where they originated.
+ [Skotlex]
* Fixed the delete_timer (@summons, alchemist plants) not invoking
unit_free, hence causing memory leaks and the like. [Skotlex]
* Applied jA's patch to fix a bug in the scripting engine in regards to
|