1
1

fixing a typo in the comm-destructor

This commit was SVN r1989.
Этот коммит содержится в:
Edgar Gabriel 2004-08-09 22:04:55 +00:00
родитель dd1a70c81d
Коммит ef0079f0d6

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

@ -262,7 +262,7 @@ static void ompi_comm_destruct(ompi_communicator_t* comm)
if (NULL != comm->c_remote_group) {
OBJ_RELEASE ( comm->c_remote_group );
}
if (NULL != comm->c_remote_group) {
if (NULL != comm->c_error_handler) {
OBJ_RELEASE ( comm->error_handler );
}