Aren't we supposed to release the value on all possible execution paths ?
This commit was SVN r9757.
Этот коммит содержится в:
родитель
0fcae472aa
Коммит
5df94f812e
@ -322,9 +322,9 @@ int orte_ras_base_node_query_alloc(opal_list_t* nodes, orte_jobid_t jobid)
|
|||||||
/* in case we get back more than we asked for */
|
/* in case we get back more than we asked for */
|
||||||
if(node->node_slots_inuse == 0) {
|
if(node->node_slots_inuse == 0) {
|
||||||
OBJ_RELEASE(node);
|
OBJ_RELEASE(node);
|
||||||
continue;
|
} else {
|
||||||
}
|
|
||||||
opal_list_append(nodes, &node->super);
|
opal_list_append(nodes, &node->super);
|
||||||
|
}
|
||||||
OBJ_RELEASE(value);
|
OBJ_RELEASE(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user