mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 01:16:21 +00:00
Free windows on exit
This commit is contained in:
@@ -57,8 +57,6 @@ win_free(ProfWin* window)
|
||||
{
|
||||
delwin(window->win);
|
||||
free(window->from);
|
||||
window->from = NULL;
|
||||
window->win = NULL;
|
||||
free(window);
|
||||
window = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user