Skip to content

Commit cbd78b0

Browse files
committed
Fix regression in MPI_Info_dup
Signed-off-by: Joseph Schuchart <[email protected]>
1 parent edb0d97 commit cbd78b0

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)