Fix issue black screen in stt mode
[platform/core/uifw/inputdelegator.git] / 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;