[PATCH] Fix memory leaks in git-fsck-cache
authorSergey Vlasov <vsu@altlinux.ru>
Wed, 4 May 2005 17:44:15 +0000 (21:44 +0400)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 4 May 2005 17:58:15 +0000 (10:58 -0700)
commit13019d413647c4fbd3bb1564bbdf0d934c0a74d7
tree571c0f4599fbeefd995bbc24480add1575c36c94
parent705acc5c943e1147e552daf613c679c07b9772d9
[PATCH] Fix memory leaks in git-fsck-cache

This patch fixes memory leaks in parse_object() and related functions;
these leaks were very noticeable when running git-fsck-cache.

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
blob.c
commit.c
object.c
tag.c
tree.c