Skip to content
Commit 5eededcc authored by Daniel Boles's avatar Daniel Boles
Browse files

gsettingsschema: Fix a compiler warning

g_build_filename() returns a gchar*, but it was stored in a const gchar*
and then g_free()d, which is wrong and led to a warning about the const
qualifier being cast away.
parent 7d64d109
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