Skip to content
  • Junio C Hamano's avatar
    Merge branch 'rs/daemon-plug-child-leak' into maint · b8f52425
    Junio C Hamano authored
    "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()
    b8f52425