"Todd C. Miller" <todd.mil...@sudo.ws> writes:

> On Sun, 24 Oct 2021 20:45:47 -0400, Dave Voutila wrote:
>
>> We end up freeing some strings and unlinking the temp file. You can
>> easily see this without a debugger by checking /tmp before and after the
>> reproduction step of an arg-less ':e'.
>
> I debugged this yesterday as well and came to the same conclusion.
> Treating this as a no-op should be fine, however you also need to
> free ep before returning.
>
>  - todd
>

Good catch. Added free(ep) and committed. Thanks.

-dv

Reply via email to