Commit 1bfa053e by Carlos Martín Nieto

Close an object in packed_find_peel

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
parent 7c1c15a7
......@@ -787,6 +787,8 @@ static int packed_find_peel(reference_oid *ref)
*/
}
git_object_close(object);
return GIT_SUCCESS;
}
......
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