1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00
This commit is contained in:
David 2016-03-13 17:12:01 +01:00
parent e43f3e95c0
commit 72856f9b6c

View File

@ -91,7 +91,7 @@ static void _get_icons(void)
g_string_append(icon_filename, "/proIcon.png");
} else
if (g_strcmp0("proIconMsg.png", name->str) == 0){
if (icon_filename) {
if (icon_msg_filename) {
g_string_free(icon_msg_filename, true);
}
icon_msg_filename = g_string_new(icons_dir->str);