We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b974264 commit 68ae924Copy full SHA for 68ae924
src/common/settings.c
@@ -181,6 +181,7 @@ static const DConfData* getDConfData(const FFinstance* instance)
181
FF_LIBRARY_DATA_LOAD_SYMBOL(g_variant_dup_string)
182
FF_LIBRARY_DATA_LOAD_SYMBOL(g_variant_get_boolean)
183
FF_LIBRARY_DATA_LOAD_SYMBOL(g_variant_get_int32)
184
+ FF_LIBRARY_DATA_LOAD_SYMBOL(g_variant_unref)
185
#undef data
186
187
data.client = data.ffdconf_client_new();
0 commit comments