diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |