Merge upstream changes #12

Manually merged
devs merged 2 commits from upstream into master 2025-07-18 23:33:30 +00:00
Showing only changes of commit b7afea7ec3 - Show all commits

View File

@@ -484,7 +484,7 @@ cons_show_wins(gboolean unread)
} }
curr = g_slist_next(curr); curr = g_slist_next(curr);
} }
g_slist_free_full(window_strings, free); g_slist_free_full(window_strings, g_free);
cons_alert(NULL); cons_alert(NULL);
} }
@@ -505,7 +505,7 @@ cons_show_wins_attention()
} }
curr = g_slist_next(curr); curr = g_slist_next(curr);
} }
g_slist_free_full(window_strings, free); g_slist_free_full(window_strings, g_free);
cons_alert(NULL); cons_alert(NULL);
} }