We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f746fe + cbd78b0 commit 9647516Copy full SHA for 9647516
opal/util/info.c
@@ -79,6 +79,7 @@ int opal_info_dup(opal_info_t *info, opal_info_t **newinfo)
79
OBJ_RETAIN(iterator->ie_key);
80
newentry->ie_value = iterator->ie_value;
81
OBJ_RETAIN(iterator->ie_value);
82
+ opal_list_append (&((*newinfo)->super), (opal_list_item_t *) newentry);
83
}
84
OPAL_THREAD_UNLOCK(info->i_lock);
85
return OPAL_SUCCESS;
0 commit comments