Skip to content

gvalue: Do copy non-interned strings

Edward Hervey requested to merge edwardrv/glib:stringcopyrevert into master

The G_VALUE_NOCOPY_CONTENTS for strings can only be used when collecting them and not when copying them.

Instead only avoid copies for strings that are interned.

Fixes #2141 (closed)

Merge request reports