From 44911e08020b7d510ebe64b1e499005fb04395c1 Mon Sep 17 00:00:00 2001 From: Lance Date: Fri, 17 Mar 2006 16:09:47 +0000 Subject: * Fixed npc_cleanup_dbsub not removing key and caused pointer being freed problem. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5645 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/npc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/map/npc.c b/src/map/npc.c index 4e6842b97..8f9e5ed81 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -2794,6 +2794,7 @@ static int npc_cleanup_sub (struct block_list *bl, va_list ap) { } static int npc_cleanup_dbsub(DBKey key,void * data,va_list app) { + map_deliddb((struct block_list*)data); return npc_cleanup_sub((struct block_list*)data, 0); } -- cgit v1.2.3-70-g09d2