Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handle leak in sha1_file/unpack_objects if there were damaged obj…
…ect data In the case of bad packed object CRC, unuse_pack wasn't called after check_pack_crc which calls use_pack. Signed-off-by: Alex Riesen <raa.lkml@gmail.com> Acked-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information