Skip to content
Commit 8cfd596c authored by Martin Pitt's avatar Martin Pitt
Browse files

Fix memory leaks in property setting/getting

Do not leak GValues and string arrays, free them properly. As we always free
the intermediate GValues, use g_value_dup_boxed() instead of
g_value_get_boxed() when appropriate.

Detected by test_gi.TestPropertiesObject.test_strv test case.
parent eec8c3a9
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