Reduce memory usage in git-update-server-info.
authorrobfitz@273k.net <robfitz@273k.net>
Sat, 8 Oct 2005 22:54:35 +0000 (15:54 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 8 Oct 2005 22:54:35 +0000 (15:54 -0700)
commitf22ca7c50d79fcfd769ddcda988e0981fb883a16
tree0e19abdb8d4c523c1cd3a5369e292a3acfaeaa41
parent230f13225df8b7e7eb0acc91a8c630f9e84967c1
Reduce memory usage in git-update-server-info.

Modify parse_object_cheap() to also free all the entries from the tree
data structures.

Signed-off-by: Robert Fitzsimons <robfitz@273k.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
server-info.c