fixing a typo in the comm-destructor
This commit was SVN r1989.
Этот коммит содержится в:
родитель
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 );
|
||||
}
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user