From: Jihoon Kim Date: Fri, 26 Oct 2018 03:01:40 +0000 (+0900) Subject: Fix issue black screen in stt mode X-Git-Tag: accepted/tizen/4.0/unified/20181226.234205~5 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Finputdelegator.git;a=commitdiff_plain;h=b25b6fbade7b2676e7cbd80c3115e3725ba97057 Fix issue black screen in stt mode Change-Id: Ib7da0f9e088d02d19c7c02b154598c4e9895de72 Signed-off-by: Jihoon Kim --- diff --git a/src/w-input-stt-voice.cpp b/src/w-input-stt-voice.cpp index fad2a10..532f16e 100755 --- a/src/w-input-stt-voice.cpp +++ b/src/w-input-stt-voice.cpp @@ -1942,6 +1942,7 @@ int init_voicedata(VoiceData *r_voicedata) voicedata->main_entry = NULL; voicedata->state = STT_STATE_VAL_INIT; voicedata->kbd_lang = NULL; + voicedata->setup_timer = NULL; voicedata->start_timer = NULL; voicedata->refresh_timer = NULL; voicedata->textblock_timer = NULL;