summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 4dc2785..f5a7398 100644
--- a/main.c
+++ b/main.c
@@ -18,6 +18,7 @@
/*
TODO:
+compile without -Wno-unused-function
packages
---
X ::= newtype(int); or something
@@ -151,7 +152,7 @@ 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;