File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ static orte_rml_base_module_t* open_conduit(opal_list_t *attributes)
160
160
NULL != comp_attrib ) {
161
161
/* they specified specific components - could be multiple */
162
162
comps = opal_argv_split (comp_attrib , ',' );
163
+ free (comp_attrib );
163
164
for (i = 0 ; NULL != comps [i ]; i ++ ) {
164
165
if (0 == strcasecmp (comps [i ], "oob" )) {
165
166
/* we are a candidate */
@@ -188,6 +189,7 @@ static orte_rml_base_module_t* open_conduit(opal_list_t *attributes)
188
189
NULL != comp_attrib ) {
189
190
/* see if we are on the list */
190
191
comps = opal_argv_split (comp_attrib , ',' );
192
+ free (comp_attrib );
191
193
for (i = 0 ; NULL != comps [i ]; i ++ ) {
192
194
if (0 == strcasecmp (comps [i ], "oob" )) {
193
195
/* we cannot be a candidate */
You can’t perform that action at this time.
0 commit comments