Don't release the values[0] before it get initialized.
This commit was SVN r11999.
Этот коммит содержится в:
родитель
fd76e56279
Коммит
03083cc1f6
@ -146,7 +146,6 @@ int orte_pls_base_get_active_daemons(opal_list_t *daemons, orte_jobid_t job)
|
|||||||
/* setup the key */
|
/* setup the key */
|
||||||
if (ORTE_SUCCESS != (rc = orte_ns.convert_jobid_to_string(&jobid_string, job))) {
|
if (ORTE_SUCCESS != (rc = orte_ns.convert_jobid_to_string(&jobid_string, job))) {
|
||||||
ORTE_ERROR_LOG(rc);
|
ORTE_ERROR_LOG(rc);
|
||||||
OBJ_RELEASE(values[0]);
|
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
asprintf(&keys[0], "%s-%s", ORTE_NODE_BOOTPROXY_KEY, jobid_string);
|
asprintf(&keys[0], "%s-%s", ORTE_NODE_BOOTPROXY_KEY, jobid_string);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user