diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-07 18:37:30 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-07 18:37:30 -0800 |
commit | 5907934e467bf28291901ed3595125ef1ed724d9 (patch) | |
tree | a51b4f1b2702673d18f39de5b39b2a37c26774ce /main.c | |
parent | a70b986d42c89def265a396f8cedd23c749be1f9 (diff) |
add a lot of stuff and fix some bugs
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; } |