1
1

- coverity found dead code, but it's a typo

This commit was SVN r15686.
Этот коммит содержится в:
Sven Stork 2007-07-30 15:41:41 +00:00
родитель 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;
}