diff options
Diffstat (limited to 'src/common/core.c')
-rw-r--r-- | src/common/core.c | 2 |
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 |