Skip to content

Commit 9647516

Browse files
authored
Merge pull request #8678 from devreal/fix-mpi-info-dup
Fix regression in MPI_Info_dup
2 parents 3f746fe + cbd78b0 commit 9647516

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opal/util/info.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ int opal_info_dup(opal_info_t *info, opal_info_t **newinfo)
7979
OBJ_RETAIN(iterator->ie_key);
8080
newentry->ie_value = iterator->ie_value;
8181
OBJ_RETAIN(iterator->ie_value);
82+
opal_list_append (&((*newinfo)->super), (opal_list_item_t *) newentry);
8283
}
8384
OPAL_THREAD_UNLOCK(info->i_lock);
8485
return OPAL_SUCCESS;

0 commit comments

Comments
 (0)