fix memory leaks

This commit is contained in:
2024-10-27 19:43:05 +00:00
parent a86291ca75
commit 87d8767d11
9 changed files with 236 additions and 35 deletions

View File

@@ -112,5 +112,8 @@ int main(void)
printf("%d\n", item->value);
}
b_tree_release(tree);
b_dict_release(dict);
return 0;
}