From 00f7823b01a607edcc04c06dcf4083d47f29c024 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Sat, 23 Jun 2012 22:06:17 +0000 Subject: [PATCH] terminology: Clear out font config objects that have been destroyed too SVN revision: 72737 --- src/bin/options_font.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/bin/options_font.c b/src/bin/options_font.c index 3d6ce6b6..4f4b644d 100644 --- a/src/bin/options_font.c +++ b/src/bin/options_font.c @@ -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) {