aboutsummaryrefslogtreecommitdiff
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 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;
}