terminology: Clear out font config objects that have been destroyed too

SVN revision: 72737
This commit is contained in:
Mike McCormack 2012-06-23 22:06:17 +00:00
parent 4af32a0d16
commit 00f7823b01
1 changed files with 5 additions and 0 deletions

View File

@ -170,6 +170,11 @@ void
options_font_clear(void)
{
Font *f;
op_fontslider = NULL;
op_fontlist = NULL;
op_fsml = NULL;
op_fbig = NULL;
EINA_LIST_FREE(fonts, f)
{