Skip to content

Commit 68ae924

Browse files
committed
Settings: try fixing #467
1 parent b974264 commit 68ae924

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/settings.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ static const DConfData* getDConfData(const FFinstance* instance)
181181
FF_LIBRARY_DATA_LOAD_SYMBOL(g_variant_dup_string)
182182
FF_LIBRARY_DATA_LOAD_SYMBOL(g_variant_get_boolean)
183183
FF_LIBRARY_DATA_LOAD_SYMBOL(g_variant_get_int32)
184+
FF_LIBRARY_DATA_LOAD_SYMBOL(g_variant_unref)
184185
#undef data
185186

186187
data.client = data.ffdconf_client_new();

0 commit comments

Comments
 (0)