1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Free mentions list

This commit is contained in:
James Booth 2016-04-07 01:14:12 +01:00
parent f243e333fc
commit bdb1287a4f

View File

@ -266,6 +266,8 @@ sv_ev_room_message(const char *const room_jid, const char *const nick, const cha
mucwin_message(mucwin, nick, new_message, mentions, triggers);
g_slist_free(mentions);
ProfWin *window = (ProfWin*)mucwin;
int num = wins_get_num(window);
gboolean is_current = FALSE;