From: Vitalii Vorobiov Date: Tue, 23 Feb 2016 11:35:48 +0000 (+0000) Subject: edje_cc_handlers: font field in new text_class should be NULL at the begining X-Git-Tag: upstream/1.20.0~7381 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=499e66ac78797a23100f051ada325cb1193644ac;p=platform%2Fupstream%2Fefl.git edje_cc_handlers: font field in new text_class should be NULL at the begining @fix --- diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c index fcaad2e..549577d 100644 --- a/src/bin/edje/edje_cc_handlers.c +++ b/src/bin/edje/edje_cc_handlers.c @@ -3038,7 +3038,7 @@ ob_text_class(void) tc = mem_alloc(SZ(Edje_Text_Class)); edje_file->text_classes = eina_list_append(edje_file->text_classes, tc); - tc->font = ""; + tc->font = NULL; tc->size = 0; }