aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtcc.c')
-rw-r--r--libtcc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libtcc.c b/libtcc.c
index aff7dcc..e92a035 100644
--- a/libtcc.c
+++ b/libtcc.c
@@ -941,7 +941,6 @@ LIBTCCAPI void tcc_delete(TCCState *s1)
tcc_run_free(s1);
#endif
- tcc_free(s1->sym_attrs);
tcc_free(s1);
tcc_memstats(bench);
}