[PATCH] fetch.c: Plug memory leak in process_tree()
commitd35bbe0b2e3765639c23978783a5319dfad33992
authorSergey Vlasov <vsu@altlinux.ru>
Fri, 23 Sep 2005 12:28:18 +0000 (23 16:28 +0400)
committerJunio C Hamano <junkio@cox.net>
Fri, 23 Sep 2005 21:30:45 +0000 (23 14:30 -0700)
treeda79d781c526938c2bfba5511c211b6fbf76196d
parenta95cb6fb6b247cf90bd0b1a8bf989a0b42ada775
[PATCH] fetch.c: Plug memory leak in process_tree()

When freeing a tree entry, must free its name too.

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