- coverity found dead code, but it's a typo
This commit was SVN r15686.
Этот коммит содержится в:
родитель
80cdafb8f4
Коммит
6c8d921a76
@ -494,7 +494,7 @@ int ompi_comm_split ( ompi_communicator_t* comm, int color, int key,
|
||||
|
||||
/* put group elements in a list */
|
||||
rprocs = (ompi_proc_t **) malloc ( sizeof(ompi_proc_t *) * my_rsize);
|
||||
if ( NULL == procs ) {
|
||||
if ( NULL == rprocs ) {
|
||||
rc = OMPI_ERR_OUT_OF_RESOURCE;
|
||||
goto exit;
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user