1
0
Fork 0

Context: Fix double-free

master
Marrub 2016-10-22 14:45:06 -04:00
parent d13f2f6fe4
commit 9738d31bd0
1 changed files with 0 additions and 3 deletions

View File

@ -79,9 +79,6 @@ void Lth_ContextDestroy(Lth_Context *ctx)
Lth_ResourceMapDestroy(ctx->rsrc);
Lth_ResourceMapDestroy(ctx->rsrcBase);
free(ctx->rsrc);
free(ctx->rsrcBase);
free(ctx);
}