Skip to content
Commit 6527c020 authored by Torsten Schönfeld's avatar Torsten Schönfeld
Browse files

Don't copy boxed objects in gperl_value_from_sv

When converting an SV to a GBoxed-typed GValue, use g_value_set_static_boxed
instead of g_value_set_boxed so that the original GBoxed is stored, not a copy.
parent 8635bdfd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment