You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finalize the MCA param subsystem to cleanup the
parameter storage. Provide a way to release the
pmix_value_t and pmix_data_array_t storage. Ensure
we release the pmix_job_t tracker in the gds/hash
component when the nspace is deleted.
Resolve memory corruption problem associated with passing
the HWLOC topology into the PMIx server from the host. This
was being copied during the "info_list" processing, and then
being deleted when the resulting data array was released - leaving
the server to continue accessing the free'd topology tree.
Remove an unnecessary "retain" - thanks to Artem Polyakov for
spotting it. Cleanup around that to avoid segfault of double
release while avoiding leak.
Add some missing utility finalize calls
Signed-off-by: Ralph Castain <[email protected]>
0 commit comments