1
1

buffer is not yet initialized, so there is no reason to release it.

This commit was SVN r25549.
Этот коммит содержится в:
George Bosilca 2011-11-29 23:50:18 +00:00
родитель 2589e55a75
Коммит 25476c7e54

Просмотреть файл

@ -561,14 +561,12 @@ int orte_daemon(int argc, char *argv[])
if (ORTE_SUCCESS != (ret = orte_rml.set_contact_info(rml_uri))) {
ORTE_ERROR_LOG(ret);
free(rml_uri);
OBJ_RELEASE(buffer);
goto DONE;
}
ret = orte_rml_base_parse_uris(rml_uri, &parent, NULL );
if( ORTE_SUCCESS != ret ) {
ORTE_ERROR_LOG(ret);
free(rml_uri);
OBJ_RELEASE(buffer);
goto DONE;
}
free(rml_uri);