summaryrefslogtreecommitdiff
path: root/src/map/searchstore.c
diff options
context:
space:
mode:
authorHaruna <haru@dotalux.com>2015-10-19 20:23:22 +0200
committerHaruna <haru@dotalux.com>2015-10-19 20:23:22 +0200
commitcffb68c6ee66227327e128f86cde8aa843e273d6 (patch)
tree3a8fb83f5c01ff26fa2efb53377f4255d093b00b /src/map/searchstore.c
parentb320fdc7451c8643971a8b17c84ec777f9d7ecdf (diff)
parente625d7f186f104316031a39438bf644c67b1f4c4 (diff)
downloadhercules-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/map/searchstore.c')
-rw-r--r--src/map/searchstore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/searchstore.c b/src/map/searchstore.c
index 46b102ad5..cdcf51b0e 100644
--- a/src/map/searchstore.c
+++ b/src/map/searchstore.c
@@ -10,7 +10,7 @@
#include "map/clif.h" // clif-"open_search_store_info, clif-"search_store_info_*
#include "map/pc.h" // struct map_session_data
#include "common/cbasetypes.h"
-#include "common/malloc.h" // aMalloc, aRealloc, aFree
+#include "common/memmgr.h" // aMalloc, aRealloc, aFree
#include "common/showmsg.h" // ShowError, ShowWarning
#include "common/strlib.h" // safestrncpy