Memory leak fixed.
Этот коммит содержится в:
родитель
ee12728d7d
Коммит
88bdbc991a
@ -1,4 +1,6 @@
|
||||
Thu Sep 17 19:12:25 1998 Pavel Roskin <pavel_roskin@geocities.com>
|
||||
Fri Sep 18 13:11:29 1998 Pavel Roskin <pavel_roskin@geocities.com>
|
||||
|
||||
* src/hotlist.c: Harmless memory leak fixed
|
||||
|
||||
* xv/Makefile.in, xv/xvmain.c, xv/xvscreen.c: Minor fixes to
|
||||
make compilation of the XV port possible (currently without
|
||||
|
@ -260,6 +260,8 @@ static void fill_listbox (void)
|
||||
else
|
||||
listbox_add_item (l_hotlist, 0, 0, current->label, current);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
current = current->next;
|
||||
}
|
||||
@ -1608,6 +1610,8 @@ void done_hotlist (void)
|
||||
hotlist = current_group = 0;
|
||||
l_hotlist = 0;
|
||||
current_group = 0;
|
||||
if (tkn_buf)
|
||||
free (tkn_buf);
|
||||
}
|
||||
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user