Skip to content
Snippets Groups Projects
Commit 056ba6ad authored by Olivier Fourdan's avatar Olivier Fourdan :tools:
Browse files

settings: Duplicate string gvalues


The gvalues strings were considered statics, hence not duplicated.

As the caller frees the strings after setting the gvalue, the actual
content would end up pointing at free data.

Consider string gvalues as regular strings, meaning that the given
string value is duplicated as a gvalue.

Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
Closes: xfce/xfwm4#406
parent 6637211e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment