Issue 501: Bug in C++ NVList mapping (cxx_revision) Source: (, ) Nature: Uncategorized Severity: Summary: Summary: NVList has an item () operation, which returns a NamedValue reference. The same special memory management rules should apply to item(). Resolution: Fixed by portability submission Revised Text: Suggestion: Specify that item() also retains ownership of the reference it returns Actions taken: February 20, 1997: received issue January 2, 1998: closed issue Discussion: End of Annotations:===== This is issue # 501 Bug in C++ NVList mapping NVList has an item () operation, which returns a NamedValue reference. The same special memory management rules should apply to item(). Suggestion: Specify that item() also retains ownership of the reference it returns -Juergen