File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 12
12
* Copyright (c) 2013 Los Alamos National Security, LLC. All rights reserved.
13
13
* Copyright (c) 2013 Cisco Systems, Inc. All rights reserved.
14
14
* Copyright (c) 2015-2016 Intel, Inc. All rights reserved.
15
- * Copyright (c) 2015 Research Organization for Information Science
15
+ * Copyright (c) 2015-2017 Research Organization for Information Science
16
16
* and Technology (RIST). All rights reserved.
17
17
* $COPYRIGHT$
18
18
*
@@ -89,6 +89,12 @@ static int orte_iof_base_close(void)
89
89
orte_iof .finalize ();
90
90
}
91
91
92
+ if (!ORTE_PROC_IS_DAEMON ) {
93
+ OBJ_RELEASE (orte_iof_base .iof_write_stdout );
94
+ if (!orte_xml_output ) {
95
+ OBJ_RELEASE (orte_iof_base .iof_write_stderr );
96
+ }
97
+ }
92
98
return mca_base_framework_components_close (& orte_iof_base_framework , NULL );
93
99
}
94
100
You can’t perform that action at this time.
0 commit comments