aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 4137797..9b95a58 100644
--- a/main.c
+++ b/main.c
@@ -53,5 +53,7 @@ int main(void)
sv_t sv = sym_table_find(&table, SV(words[i], strlen(words[i])));
printf("%s => %p\n", words[i], sv.data);
}
+
+ sym_table_cleanup(&table);
return 0;
}