author | Junio C Hamano <junkio@cox.net> | |
Sat, 7 May 2005 08:27:00 +0000 (01:27 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 7 May 2005 08:27:00 +0000 (01:27 -0700) | ||
commit | 383f85b72a41279f69a3a569420615761491b8a2 | |
tree | 211e0e6e95f2ac5260ebe2108b2f812def1d56a8 | tree | snapshot |
parent | 651df67bbc41e8d0cb84f35aa541542bd6806825 | commit | diff |
Free compressed buffer after write_sha1_file() is done.
This does not matter for commands that write just a handful SHA1 files,
but is noticeable in git-convert-cache which essentially traverses the
entire object database.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This does not matter for commands that write just a handful SHA1 files,
but is noticeable in git-convert-cache which essentially traverses the
entire object database.
Signed-off-by: Junio C Hamano <junkio@cox.net>
sha1_file.c | diff | blob | history |