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

Free wins summary list

This commit is contained in:
James Booth 2015-02-10 19:42:13 +00:00
parent 30739ed157
commit 75d7663876

View File

@ -251,6 +251,7 @@ cons_show_wins(void)
win_save_println(console, curr->data);
curr = g_slist_next(curr);
}
g_slist_free_full(window_strings, free);
cons_show("");
cons_alert();