Started with actually freeing terms that are not used anymore
[lambda.git] / main.c
diff --git a/main.c b/main.c
index 907336b..ac9bea3 100644 (file)
--- a/main.c
+++ b/main.c
@@ -20,5 +20,6 @@ int main()
                lambda_free(result);
        }
        yylex_destroy();
+       decls_free();
        return r;
 }