diff options
author | Haruna <haru@dotalux.com> | 2015-10-19 20:23:22 +0200 |
---|---|---|
committer | Haruna <haru@dotalux.com> | 2015-10-19 20:23:22 +0200 |
commit | cffb68c6ee66227327e128f86cde8aa843e273d6 (patch) | |
tree | 3a8fb83f5c01ff26fa2efb53377f4255d093b00b /src/char/int_auction.c | |
parent | b320fdc7451c8643971a8b17c84ec777f9d7ecdf (diff) | |
parent | e625d7f186f104316031a39438bf644c67b1f4c4 (diff) | |
download | hercules-cffb68c6ee66227327e128f86cde8aa843e273d6.tar.gz hercules-cffb68c6ee66227327e128f86cde8aa843e273d6.tar.bz2 hercules-cffb68c6ee66227327e128f86cde8aa843e273d6.tar.xz hercules-cffb68c6ee66227327e128f86cde8aa843e273d6.zip |
Merge pull request #804 from 4144/memmanager
Fix reallocating memory without memory manager.
Diffstat (limited to 'src/char/int_auction.c')
-rw-r--r-- | src/char/int_auction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/int_auction.c b/src/char/int_auction.c index 67c83ca22..48bf715f2 100644 --- a/src/char/int_auction.c +++ b/src/char/int_auction.c @@ -12,7 +12,7 @@ #include "char/mapif.h" #include "common/cbasetypes.h" #include "common/db.h" -#include "common/malloc.h" +#include "common/memmgr.h" #include "common/mmo.h" #include "common/nullpo.h" #include "common/showmsg.h" |