mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 11:06:21 +00:00
Added missing prefs_free_string()
This commit is contained in:
@@ -139,6 +139,7 @@ prefs_load(void)
|
|||||||
g_key_file_set_boolean(prefs, PREF_GROUP_NOTIFICATIONS, "room", FALSE);
|
g_key_file_set_boolean(prefs, PREF_GROUP_NOTIFICATIONS, "room", FALSE);
|
||||||
g_key_file_set_boolean(prefs, PREF_GROUP_NOTIFICATIONS, "room.mention", TRUE);
|
g_key_file_set_boolean(prefs, PREF_GROUP_NOTIFICATIONS, "room.mention", TRUE);
|
||||||
}
|
}
|
||||||
|
prefs_free_string(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
_save_prefs();
|
_save_prefs();
|
||||||
|
|||||||
Reference in New Issue
Block a user