From 67a628e4e49c89661b21955d38d4364d496667d8 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Sat, 28 Aug 2004 23:34:17 +0000 Subject: [PATCH] As a temporary fix to the static build problem, I've commented out a few lines until I can figure out why it can't see the OBJ_INSTANCE call in gpr_base_open.c. Sigh. This commit was SVN r2368. --- src/mca/gpr/proxy/gpr_proxy.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mca/gpr/proxy/gpr_proxy.c b/src/mca/gpr/proxy/gpr_proxy.c index 7bd6f1b808..3c73247ca3 100644 --- a/src/mca/gpr/proxy/gpr_proxy.c +++ b/src/mca/gpr/proxy/gpr_proxy.c @@ -455,11 +455,12 @@ int gpr_proxy_synchro(ompi_registry_synchro_mode_t synchro_mode, return OMPI_SUCCESS; CLEANUP: - if (NULL != trackptr) { +/* if (NULL != trackptr) { ptr_free_id = OBJ_NEW(mca_gpr_idtag_list_t); ptr_free_id->id_tag = trackptr->id_tag; ompi_list_append(&mca_gpr_proxy_free_notify_id_tags, &ptr_free_id->item); } +*/ ompi_buffer_free(cmd); return OMPI_ERROR;