Re: [PATCH 00/34] plug strbuf memory leaks

2017-09-06 Thread Junio C Hamano
Rene Scharfe writes: > Release allocated strbufs in functions that are at least potentionally > library-like; cmd_*() functions are out of scope because the process > ends with them and the OS cleans up for us anyway. The patches are > split by function and were generated with

Re: [PATCH 00/34] plug strbuf memory leaks

2017-08-31 Thread Stefan Beller
On Wed, Aug 30, 2017 at 10:49 AM, Rene Scharfe wrote: > Release allocated strbufs in functions that are at least potentionally > library-like; cmd_*() functions are out of scope because the process > ends with them and the OS cleans up for us anyway. The patches are > split by

[PATCH 00/34] plug strbuf memory leaks

2017-08-30 Thread Rene Scharfe
Release allocated strbufs in functions that are at least potentionally library-like; cmd_*() functions are out of scope because the process ends with them and the OS cleans up for us anyway. The patches are split by function and were generated with --function-context for easier reviewing. am: