[PATCH] Plug memory leak in git-pack-objects
authorSergey Vlasov <vsu@altlinux.ru>
Mon, 8 Aug 2005 18:46:58 +0000 (22:46 +0400)
committerJunio C Hamano <junkio@cox.net>
Tue, 9 Aug 2005 05:51:46 +0000 (22:51 -0700)
commitadee7bdf504120055b0f36b4918bdd3e6156912b
tree77cd38f40934b4d7e07660ed08f6ad7606bdd37c
parent7bf058f0082d17b25b343782e3a33779cc7c956d
[PATCH] Plug memory leak in git-pack-objects

find_deltas() should free its temporary objects before returning.

[jc: Sergey, if you have [PATCH] title on the Subject line of your
e-mail, please do not repeat it on the first line in your message
body.  Thanks.]

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Junio C Hamano <junkio@cox.net>
pack-objects.c