Fix issue black screen in stt mode 31/196131/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 26 Oct 2018 03:01:40 +0000 (12:01 +0900)
committersungwook79.park <sungwook79.park@samsung.com>
Mon, 24 Dec 2018 01:54:15 +0000 (10:54 +0900)
Change-Id: Ib7da0f9e088d02d19c7c02b154598c4e9895de72
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/w-input-stt-voice.cpp

index fad2a10..532f16e 100755 (executable)
@@ -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;