mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 14:06:22 +00:00
Fix a bunch of obvious memory leaks at termination
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
@@ -85,6 +85,12 @@ create_title_bar(void)
|
||||
inp_put_back();
|
||||
}
|
||||
|
||||
void
|
||||
free_title_bar(void)
|
||||
{
|
||||
delwin(win);
|
||||
}
|
||||
|
||||
void
|
||||
title_bar_update_virtual(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user