fix memory leaks
This commit is contained in:
@@ -112,5 +112,8 @@ int main(void)
|
||||
printf("%d\n", item->value);
|
||||
}
|
||||
|
||||
b_tree_release(tree);
|
||||
b_dict_release(dict);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user