From 8bbde91f62291cb0383c2406ae6123be903c944b Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 19 Dec 2009 22:11:12 +0100 Subject: tcc_relocate: revert to 0.9.24 behavior --- libtcc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libtcc.c') diff --git a/libtcc.c b/libtcc.c index 2afe432..9309b77 100644 --- a/libtcc.c +++ b/libtcc.c @@ -1525,6 +1525,7 @@ void tcc_delete(TCCState *s1) dynarray_reset(&s1->sysinclude_paths, &s1->nb_sysinclude_paths); tcc_free(s1->tcc_lib_path); + tcc_free(s1->runtime_mem); tcc_free(s1); } -- cgit v1.3.1