From ef0079f0d64762682e0f2ed01bd4478f2188b894 Mon Sep 17 00:00:00 2001 From: Edgar Gabriel Date: Mon, 9 Aug 2004 22:04:55 +0000 Subject: [PATCH] fixing a typo in the comm-destructor This commit was SVN r1989. --- src/communicator/comm_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/communicator/comm_init.c b/src/communicator/comm_init.c index 99968f30ba..e5cbd8a7aa 100644 --- a/src/communicator/comm_init.c +++ b/src/communicator/comm_init.c @@ -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 ); }