summaryrefslogtreecommitdiff
path: root/src/common/core.c
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-07 16:01:20 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-07 16:01:20 +0000
commit41ca5bd82328576e84d19923b5cfda6d7b218e9f (patch)
tree70336a3f3541630903a9a42c5834f1b5901c1462 /src/common/core.c
parentec11a6a46dcb98508758d0fb96d18194f28450c5 (diff)
downloadhercules-41ca5bd82328576e84d19923b5cfda6d7b218e9f.tar.gz
hercules-41ca5bd82328576e84d19923b5cfda6d7b218e9f.tar.bz2
hercules-41ca5bd82328576e84d19923b5cfda6d7b218e9f.tar.xz
hercules-41ca5bd82328576e84d19923b5cfda6d7b218e9f.zip
Replaced some free's with aFree
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1208 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/core.c')
-rw-r--r--src/common/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/core.c b/src/common/core.c
index 50fadf646..948355469 100644
--- a/src/common/core.c
+++ b/src/common/core.c
@@ -131,7 +131,7 @@ static void sig_dump(int sn)
fprintf(fp,"End of stack trace\n");
fclose(fp);
- free(stack);
+ aFree(stack);
}
#endif
// When pass the signal to the system's default handler