Re: [PATCH v4 0/2] setup: fix memory leaks with `struct repository_format`

2019-03-05 Thread Jeff King
On Thu, Feb 28, 2019 at 09:36:26PM +0100, Martin Ågren wrote: > This is a follow-up to v3 [1] from about a month ago. Patch 1 is > unchanged; patch 2 provides some additional documentation of the > initialization that is required, plus I've gotten rid of the compound > literal. Range-diff below.

[PATCH v4 0/2] setup: fix memory leaks with `struct repository_format`

2019-02-28 Thread Martin Ågren
This is a follow-up to v3 [1] from about a month ago. Patch 1 is unchanged; patch 2 provides some additional documentation of the initialization that is required, plus I've gotten rid of the compound literal. Range-diff below. Thanks Peff and brian for very helpful comments and discussion. Martin