diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-19 16:55:13 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-19 16:55:13 +0000 |
commit | 8e852c55ed530007343e293bf5c8fdb9fd53e322 (patch) | |
tree | 0631c82d4449eb8215f0328b2d47bc61384bcd90 /src/common/malloc.c | |
parent | 76060b9b386d8834ff796a8df2eaa0bb0a497fff (diff) | |
download | hercules-8e852c55ed530007343e293bf5c8fdb9fd53e322.tar.gz hercules-8e852c55ed530007343e293bf5c8fdb9fd53e322.tar.bz2 hercules-8e852c55ed530007343e293bf5c8fdb9fd53e322.tar.xz hercules-8e852c55ed530007343e293bf5c8fdb9fd53e322.zip |
* Forgotten update to the definition of script command 'input'.
* Enabled DEBUG_MEMMGR only in DEBUG mode.
* Made autotrading characters be kicked instead of reporting double login.
* Made create_session initialize session_data to NULL.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12218 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/malloc.c')
-rw-r--r-- | src/common/malloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/malloc.c b/src/common/malloc.c index 90efd04ee..93d03107b 100644 --- a/src/common/malloc.c +++ b/src/common/malloc.c @@ -112,7 +112,9 @@ char* _bstrdup(const char *chr) #ifdef USE_MEMMGR +#if defined(DEBUG) #define DEBUG_MEMMGR +#endif /* USE_MEMMGR */ |