| commit | 2cdf9509df66358f83a577caf83dc06e3161ec3c | [log] [tgz] |
|---|---|---|
| author | Linus Torvalds <torvalds@osdl.org> | Thu Jan 11 12:25:16 2007 -0800 |
| committer | Junio C Hamano <junkio@cox.net> | Thu Jan 11 12:25:16 2007 -0800 |
| tree | 2b6a8aebd67386fa7ce7425c9eeee4dfc23bde16 | |
| parent | 2a3a3c247e7f1f257e9c6762e48b98f08a30011a [diff] |
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>