File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3939#include "orte/runtime/orte_locks.h"
4040#include "orte/util/listener.h"
4141#include "orte/util/name_fns.h"
42+ #include "orte/util/proc_info.h"
4243#include "orte/util/show_help.h"
4344
4445int orte_finalize (void )
@@ -91,6 +92,9 @@ int orte_finalize(void)
9192 opal_argv_free (orte_fork_agent );
9293 }
9394
95+ /* destruct our process info */
96+ OBJ_DESTRUCT (& orte_process_info .super );
97+
9498 /* finalize the opal utilities */
9599 rc = opal_finalize ();
96100
Original file line number Diff line number Diff line change @@ -326,8 +326,6 @@ int orte_proc_info_finalize(void)
326326
327327 orte_process_info .proc_type = ORTE_PROC_TYPE_NONE ;
328328
329- OBJ_DESTRUCT (& orte_process_info .super );
330-
331329 opal_argv_free (orte_process_info .aliases );
332330
333331 init = false;
You can’t perform that action at this time.
0 commit comments