aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-07 18:37:30 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-07 18:37:30 -0800
commit5907934e467bf28291901ed3595125ef1ed724d9 (patch)
treea51b4f1b2702673d18f39de5b39b2a37c26774ce /main.c
parenta70b986d42c89def265a396f8cedd23c749be1f9 (diff)
add a lot of stuff and fix some bugs
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 0b7ecd9..4c058b4 100644
--- a/main.c
+++ b/main.c
@@ -61,7 +61,6 @@ int main(int argc, char **argv) {
ht_free(WORD_TABLE);
array_free(STACK);
free(PARSER);
- free(INBUF);
array_free(EVAL_STACK);
return 0;
}