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 39
39
#include "orte/runtime/orte_locks.h"
40
40
#include "orte/util/listener.h"
41
41
#include "orte/util/name_fns.h"
42
+ #include "orte/util/proc_info.h"
42
43
#include "orte/util/show_help.h"
43
44
44
45
int orte_finalize (void )
@@ -91,6 +92,9 @@ int orte_finalize(void)
91
92
opal_argv_free (orte_fork_agent );
92
93
}
93
94
95
+ /* destruct our process info */
96
+ OBJ_DESTRUCT (& orte_process_info .super );
97
+
94
98
/* finalize the opal utilities */
95
99
rc = opal_finalize ();
96
100
Original file line number Diff line number Diff line change @@ -326,8 +326,6 @@ int orte_proc_info_finalize(void)
326
326
327
327
orte_process_info .proc_type = ORTE_PROC_TYPE_NONE ;
328
328
329
- OBJ_DESTRUCT (& orte_process_info .super );
330
-
331
329
opal_argv_free (orte_process_info .aliases );
332
330
333
331
init = false;
You can’t perform that action at this time.
0 commit comments