merge/upstream-full #105

Manually merged
jabber.developer merged 407 commits from merge/upstream-full into master 2026-05-26 17:54:34 +00:00
208 changed files with 4185 additions and 26653 deletions
Showing only changes of commit dd8da16c96 - Show all commits

View File

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