Skip to content

Commit a96c926

Browse files
hppritcharhc54
authored andcommitted
PMIx_Query_info: removed duplicated PMIX_RELEASE
there was a path through pmix_parse_localquery that ended up doing a PMIX_RELEASE on the caddy, but soon thereafter it was re-relesed in PMIx_Query_info, causing a PMIx_Query_info: Assertion `PMIX_OBJ_MAGIC_ID == _obj->obj_magic_id' failed. for this case. Related to open-mpi/ompi#12217 Related to open-mpi/ompi#10886 Signed-off-by: Howard Pritchard <[email protected]> (cherry picked from commit 4baeb9f)
1 parent 1e79876 commit a96c926

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/pmix_query.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,6 @@ void pmix_parse_localquery(int sd, short args, void *cbdata)
542542
}
543543
cd->queries = NULL;
544544
cd->nqueries = 0;
545-
PMIX_RELEASE(cd);
546545
}
547546
return;
548547
}

0 commit comments

Comments
 (0)