1
1
This commit was SVN r22672.
Этот коммит содержится в:
Shiqing Fan 2010-02-20 10:47:37 +00:00
родитель 61dee816db
Коммит e0bfd9f836

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

@ -1016,7 +1016,7 @@ int ompi_comm_free ( ompi_communicator_t **comm )
* makes sure that the pointer to the dependent communicator
* still contains a valid object.
*/
ompi_communicator_t *tmpcomm = opal_pointer_array_get_item(&ompi_mpi_communicators, cid);
ompi_communicator_t *tmpcomm = (ompi_communicator_t *) opal_pointer_array_get_item(&ompi_mpi_communicators, cid);
if ( NULL != tmpcomm ){
OBJ_RELEASE (tmpcomm);
}