Patrick Steinhardt <ps@xxxxxx> writes: > We spawn a git-rev-list(1) command to perform reachability checks in > "upload-pack.c". We do not release memory associated with the process > in error cases though, thus leaking memory. Thanks for plugging this leak dating back in ages. Both changes look sensible to me.