projects
/
platform
/
core
/
uifw
/
inputdelegator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae9be91
)
Fix issue black screen in stt mode
49/191949/1
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Fri, 26 Oct 2018 03:01:40 +0000
(12:01 +0900)
committer
Jihoon 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
patch
|
blob
|
history
diff --git
a/src/w-input-stt-voice.cpp
b/src/w-input-stt-voice.cpp
index
658573f
..
b238446
100755
(executable)
--- a/
src/w-input-stt-voice.cpp
+++ b/
src/w-input-stt-voice.cpp
@@
-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;