Cleaning up memory allocated by ncurses pads

This commit is contained in:
James Booth
2012-07-31 23:01:15 +01:00
parent f7a542f488
commit 0a42be57a3
6 changed files with 20 additions and 1 deletions

View File

@@ -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)
{