On Wed, Aug 07, 2024 at 06:11:10PM -0700, Junio C Hamano wrote: > Transport URLs can be prefixed with "foo::", which would tell us that > the transport uses a remote helper called "foo". We extract the helper > name by `xstrndup()`ing the prefix before the double-colons, but never > free that string. > > Fix this leak by assigning the result to a separate local variable that > we can then free upon returning. > > Helped-by: Patrick Steinhardt <ps@xxxxxx> > Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> I saw that you've merged this to `next` already, but: this looks good to me, thanks! Patrick
Attachment:
signature.asc
Description: PGP signature