1
0
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:
James Booth 2016-02-14 01:34:34 +00:00
parent c3dfd6d35a
commit 87e3530e22

View File

@ -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();