On Wed, 14 Sep 2005, Junio C Hamano wrote:
Could you revert one or both of these commits and try the same
test on the 64-bit box you saw problems with please?
Commit: 90a734dc7f37a7bd1f3beec4d33acad559360f6c
Author: Yasushi SHOJI [off-list ref]
Date: Sun Aug 21 16:14:16 2005 +0900
[PATCH] possible memory leak in diff.c::diff_free_filepair()
Commit: 068eac91ce04b9aca163acb1927c3878c45d1a07
Author: Yasushi SHOJI [off-list ref]
Date: Sat Aug 13 19:58:56 2005 +0900
[PATCH] plug memory leak in diff.c::diff_free_filepair()
Undoing that second one (068eac91ce04b9aca163acb1927c3878c45d1a07) fixes
the valgrind errors.
Linus