diff options
author | Christian C <cc@localhost> | 2025-03-05 20:21:07 -0800 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-03-05 20:21:07 -0800 |
commit | 7f5a8fa0f7f3e1aacb4ff770b4a68f19ae8eebef (patch) | |
tree | b08a20e5a040d6836214c4051c0194e01091a478 | |
parent | 9389fa47a068c167b8074d082fb3bdbeec79bdff (diff) |
Free after final use
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -174,6 +174,7 @@ int main(int argc, char** argv) print_label(root); printf("\n"); #endif + free_avl_tree_nodes(root); //----------------------------------------------- |