1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00

Fix leak introduced in r1855.

git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4946 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-12-06 12:29:51 +00:00 committed by exg
parent 861781bac5
commit a644a200c1

View File

@ -356,8 +356,8 @@ static void mainwindows_resize_smaller(int xdiff, int ydiff)
GSList *sorted, *tmp;
int space;
sorted = mainwindows_get_sorted(TRUE);
for (;;) {
sorted = mainwindows_get_sorted(TRUE);
space = 0;
for (tmp = mainwindows; tmp != NULL; tmp = tmp->next) {
rec = tmp->data;