Skip to content

Commit

Permalink
guard against possible segfault in prted
Browse files Browse the repository at this point in the history
as it exits by removing unneeded activity

Signed-off-by: Howard Pritchard <howardp@lanl.gov>

pr feedback

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
  • Loading branch information
hppritcha authored and rhc54 committed Jan 22, 2024
1 parent 66c6c08 commit 025d5ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/tools/prted/prted.c
Original file line number Diff line number Diff line change
Expand Up @@ -810,9 +810,6 @@ int main(int argc, char *argv[])
/* cleanup and leave */
prte_finalize();

jdata = prte_get_job_data_object(PRTE_PROC_MY_NAME->nspace);
PMIX_RELEASE(jdata);

/* cleanup the process info */
prte_proc_info_finalize();

Expand Down

0 comments on commit 025d5ab

Please sign in to comment.