Patrick Steinhardt <ps@xxxxxx> writes: > When initializing the transport helper in `transport_get()`, we > allocate the name of the helper. We neither end up transferring > ownership of the name, nor do we free it. The associated memory thus > leaks. > > Fix this memory leak and mark now-passing tests as leak free. > So this is done by removing the `const` from the `name` field in `helper_data` so we can assign and free its memory. Looks good. [snip]
Attachment:
signature.asc
Description: PGP signature