mirror of
https://github.com/git/git.git
synced 2026-01-13 04:06:01 +00:00
"git daemon" uses "run_command()" without "finish_command()", so it needs to release resources itself, which it forgot to do. * rs/daemon-plug-child-leak: daemon: plug memory leak run-command: factor out child_process_clear()