diff options
| author | grischka <grischka> | 2009-12-19 22:11:12 +0100 |
|---|---|---|
| committer | grischka <grischka> | 2009-12-19 22:16:23 +0100 |
| commit | 8bbde91f62291cb0383c2406ae6123be903c944b (patch) | |
| tree | ef27e46008262d2bf873c484266dba4da131f872 /libtcc.c | |
| parent | 3db219477a6365d0f1d5214a345b3393a38e81d1 (diff) | |
| download | tinycc-8bbde91f62291cb0383c2406ae6123be903c944b.tar.gz tinycc-8bbde91f62291cb0383c2406ae6123be903c944b.tar.bz2 | |
tcc_relocate: revert to 0.9.24 behavior
Diffstat (limited to 'libtcc.c')
| -rw-r--r-- | libtcc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |
