From 8e852c55ed530007343e293bf5c8fdb9fd53e322 Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Tue, 19 Feb 2008 16:55:13 +0000 Subject: * 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 --- src/common/malloc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/malloc.c') 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 */ -- cgit v1.2.3-60-g2f50