On Tue, Feb 18, 2020 at 7:53 AM Vaibhav Jain <[email protected]> wrote: > > Presently main_handle_internal_command() will simply call exit() on > the return value from run_builtin(). This prevents release of allocated > contexts 'struct ndctl_ctx' or 'struct daxctl_ctx' when the main > thread exits. >
There is ultimately no leak since process exit cleans up all resources. Does this address a functional problem, or is it just a hygiene fixup? _______________________________________________ Linux-nvdimm mailing list -- [email protected] To unsubscribe send an email to [email protected]
