commit | c3c592ef95ee21833e2214fb9068889dcac220c9 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Tue Nov 03 15:13:11 2015 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Nov 03 15:13:12 2015 -0800 |
tree | 6772b21ff5964ab2227d5c7acb4246eaa9729152 | |
parent | 6784eb5ad93da15d24a5d111a3d6df618f98532f [diff] | |
parent | b1b49ff8d42a21ade6a72b40a147fd3eaff3db8d [diff] |
Merge branch 'rs/daemon-plug-child-leak' "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()