mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-05 12:40:16 +00:00
Close an object in packed_find_peel
Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
This commit is contained in:
parent
7c1c15a7fb
commit
1bfa053e8c
@ -787,6 +787,8 @@ static int packed_find_peel(reference_oid *ref)
|
|||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
git_object_close(object);
|
||||||
|
|
||||||
return GIT_SUCCESS;
|
return GIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user