summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 0f12fbb..311b967 100644
--- a/main.c
+++ b/main.c
@@ -139,7 +139,6 @@ int main(int argc, char **argv) {
free(contents - 1); /* -1 because we put a 0 byte at the beginning */
allocr_free_all(&main_allocr);
evalr_free(&ev);
- typer_free(&tr);
fclose(out);
idents_free(&idents);
return 0;