forked from PsychoticNinja/irssi
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:
parent
861781bac5
commit
a644a200c1
@ -356,8 +356,8 @@ static void mainwindows_resize_smaller(int xdiff, int ydiff)
|
|||||||
GSList *sorted, *tmp;
|
GSList *sorted, *tmp;
|
||||||
int space;
|
int space;
|
||||||
|
|
||||||
|
sorted = mainwindows_get_sorted(TRUE);
|
||||||
for (;;) {
|
for (;;) {
|
||||||
sorted = mainwindows_get_sorted(TRUE);
|
|
||||||
space = 0;
|
space = 0;
|
||||||
for (tmp = mainwindows; tmp != NULL; tmp = tmp->next) {
|
for (tmp = mainwindows; tmp != NULL; tmp = tmp->next) {
|
||||||
rec = tmp->data;
|
rec = tmp->data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user