Re: [PATCH v2 01/22] builtin/ls-remote: plug leaking server options
From: Justin Tobler <hidden>
Date: 2024-11-04 22:12:18
From: Justin Tobler <hidden>
Date: 2024-11-04 22:12:18
On 24/10/21 11:28AM, Patrick Steinhardt wrote:
The server options populated via `OPT_STRING_LIST()` is never cleared,
s/is/are/
causing a memory leak. Plug it. This leak is exposed by t5702, but plugging it alone does not make the whole test suite pass. Signed-off-by: Patrick Steinhardt <redacted>