mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Added missing prefs_free_string()
This commit is contained in:
parent
c3dfd6d35a
commit
87e3530e22
@ -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.mention", TRUE);
|
||||
}
|
||||
prefs_free_string(value);
|
||||
}
|
||||
|
||||
_save_prefs();
|
||||
|
Loading…
Reference in New Issue
Block a user