mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Free wins summary list
This commit is contained in:
parent
30739ed157
commit
75d7663876
@ -251,6 +251,7 @@ cons_show_wins(void)
|
|||||||
win_save_println(console, curr->data);
|
win_save_println(console, curr->data);
|
||||||
curr = g_slist_next(curr);
|
curr = g_slist_next(curr);
|
||||||
}
|
}
|
||||||
|
g_slist_free_full(window_strings, free);
|
||||||
|
|
||||||
cons_show("");
|
cons_show("");
|
||||||
cons_alert();
|
cons_alert();
|
||||||
|
Loading…
Reference in New Issue
Block a user