mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 18:26:22 +00:00
Cleaning up memory allocated by ncurses pads
This commit is contained in:
@@ -96,6 +96,12 @@ prefs_load(void)
|
||||
_load_colours();
|
||||
}
|
||||
|
||||
void
|
||||
prefs_close(void)
|
||||
{
|
||||
g_key_file_free(prefs);
|
||||
}
|
||||
|
||||
static NCURSES_COLOR_T
|
||||
_lookup_colour(const char * const colour)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user