Commit 103a2c77 by Russell Belfer

Merge pull request #1581 from nulltoken/fix/leaks

Fix some memory leaks
parents 000e6896 b4d33e46
......@@ -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);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment