[PATCH v2 0/3] daemon: plug memory leak

2015-10-31 Thread René Scharfe
Changes since v1: - Rebased on next, which already has a cleanup function. - Added first patch for renaming it. Rene Scharfe (3): run-command: name the cleanup function child_process_clear() run-command: export child_process_clear() daemon: plug memory leak

Re: [PATCH v2 0/3] daemon: plug memory leak

2015-10-31 Thread Jeff King
On Sat, Oct 31, 2015 at 10:16:57AM +0100, René Scharfe wrote: > Changes since v1: > - Rebased on next, which already has a cleanup function. > - Added first patch for renaming it. > > Rene Scharfe (3): > run-command: name the cleanup function child_process_clear() > run-command: export

Re: [PATCH v2 0/3] daemon: plug memory leak

2015-10-31 Thread Stefan Beller
On Sat, Oct 31, 2015 at 6:53 AM, Jeff King wrote: > On Sat, Oct 31, 2015 at 10:16:57AM +0100, René Scharfe wrote: > >> Changes since v1: >> - Rebased on next, which already has a cleanup function. >> - Added first patch for renaming it. >> >> Rene Scharfe (3): >> run-command: