File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,11 @@ static int orte_rml_base_close(void)
102
102
if (NULL != comp && NULL != comp -> close_conduit ) {
103
103
comp -> close_conduit (mod );
104
104
}
105
+ free (mod );
105
106
}
106
107
107
108
}
109
+ OBJ_DESTRUCT (& orte_rml_base .conduits );
108
110
109
111
OPAL_LIST_DESTRUCT (& orte_rml_base .actives )
110
112
Original file line number Diff line number Diff line change 6
6
* reserved.
7
7
* Copyright (c) 2013 Cisco Systems, Inc. All rights reserved.
8
8
* Copyright (c) 2014-2016 Intel Corporation. All rights reserved.
9
- * Copyright (c) 2015 Research Organization for Information Science
9
+ * Copyright (c) 2015-2016 Research Organization for Information Science
10
10
* and Technology (RIST). All rights reserved.
11
11
* $COPYRIGHT$
12
12
*
@@ -134,6 +134,7 @@ char* orte_rml_API_get_contact_info(void)
134
134
}
135
135
if (NULL != rc ) {
136
136
tmp = opal_argv_join (rc , ';' );
137
+ opal_argv_free (rc );
137
138
} else {
138
139
tmp = NULL ;
139
140
}
You can’t perform that action at this time.
0 commit comments