Fix issue black screen in stt mode 49/191949/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 26 Oct 2018 03:01:40 +0000 (12:01 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 26 Oct 2018 03:01:40 +0000 (12:01 +0900)
Change-Id: Ib7da0f9e088d02d19c7c02b154598c4e9895de72
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/w-input-stt-voice.cpp

index 658573f..b238446 100755 (executable)
@@ -1962,6 +1962,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;