diff options
Diffstat (limited to 'src/map/npc.c')
-rw-r--r-- | src/map/npc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index 89837da77..7634c0d0b 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -1889,7 +1889,7 @@ static int npc_parse_script(char *w1,char *w2,char *w3,char *w4,char *first_line ev2 = strdb_search(ev_db,buf); if(ev2 != NULL) { printf("npc_parse_script : duplicate event %s\n",buf); - free(ev2); + aFree(ev2); } strdb_insert(ev_db,buf,ev); } |