]> git.ipfire.org Git - thirdparty/git.git/commit - read-cache.c
write-cache: do not leak the serialized cache-tree data.
authorLinus Torvalds <torvalds@osdl.org>
Thu, 11 Jan 2007 20:25:16 +0000 (12:25 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 11 Jan 2007 20:25:16 +0000 (12:25 -0800)
commit2cdf9509df66358f83a577caf83dc06e3161ec3c
tree2b6a8aebd67386fa7ce7425c9eeee4dfc23bde16
parent2a3a3c247e7f1f257e9c6762e48b98f08a30011a
write-cache: do not leak the serialized cache-tree data.

It is not used after getting written, and just is leaking every time
we write the index out.

Signed-off-by: Junio C Hamano <junkio@cox.net>
read-cache.c