mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-02 00:12:29 -05: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()