On Mon, Oct 25, 2021 at 10:17:27AM -0400, Dave Voutila wrote: > > "Todd C. Miller" <[email protected]> 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.
Thank you both.
