1
1

Remove release of buffer - non-blocking send callback will do it

This commit was SVN r28985.
Этот коммит содержится в:
Ralph Castain 2013-08-02 03:49:17 +00:00
родитель ba8bfeded0
Коммит 285429a1c6

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

@ -143,5 +143,4 @@ orte_rml_base_recv(int status, orte_process_name_t* sender,
ORTE_ERROR_LOG(rc);
OBJ_RELEASE(buf);
}
OBJ_RELEASE(buf);
}