Skip to content

Commit d26cc3f

Browse files
committed
ompi/group: do no decrement parent group proc pointers in destruct
Signed-off-by: Nathan Hjelm <[email protected]>
1 parent 332019b commit d26cc3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ompi/group/group_init.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ static void ompi_group_destruct(ompi_group_t *group)
295295
}
296296

297297
if (NULL != group->grp_parent_group_ptr){
298-
ompi_group_decrement_proc_count(group->grp_parent_group_ptr);
299298
OBJ_RELEASE(group->grp_parent_group_ptr);
300299
}
301300

0 commit comments

Comments
 (0)