mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-22 22:50:23 +00:00
Fix some memory leaks
This commit is contained in:
parent
000e68961c
commit
b4d33e46c4
@ -443,4 +443,6 @@ void test_diff_rename__patch(void)
|
||||
cl_assert_equal_i(GIT_DELTA_MODIFIED, (int)delta->status);
|
||||
|
||||
git_diff_list_free(diff);
|
||||
git_tree_free(old_tree);
|
||||
git_tree_free(new_tree);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user