projects
/
test
/
tct
/
native
/
api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1d66dd
)
[ITC][voice-control][ACR-796][Fix ITc_vc_get_system_command_list_p]
author
Suyeon Hwang
<stom.hwang@samsung.com>
Tue, 3 Jan 2017 03:33:20 +0000
(12:33 +0900)
committer
Suyeon Hwang
<stom.hwang@samsung.com>
Tue, 3 Jan 2017 03:33:20 +0000
(12:33 +0900)
Change-Id: I1d458a57106447cccaa895a4c794e887285aa9ab
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
src/itc/voice-control/ITs-voice-control.c
patch
|
blob
|
history
diff --git
a/src/itc/voice-control/ITs-voice-control.c
b/src/itc/voice-control/ITs-voice-control.c
index d352a6bb96c22ee02ab8b335d7e24bc59ab3166d..130f380779c3f7c65328db30361edf07e7eac0b7 100755
(executable)
--- a/
src/itc/voice-control/ITs-voice-control.c
+++ b/
src/itc/voice-control/ITs-voice-control.c
@@
-1102,7
+1102,8
@@
int ITc_vc_get_system_command_list_p(void)
// Target API
nRet = vc_get_system_command_list(&h_List);
PRINT_RESULT_CLEANUP(VC_ERROR_NONE, nRet, "vc_get_system_command_list", VoiceControlGetError(nRet), vc_unprepare();vc_unset_state_changed_cb());
- CHECK_HANDLE_CLEANUP(h_List, "vc_get_system_command_list", vc_unprepare();vc_unset_state_changed_cb())
+ vc_unprepare();
+ vc_unset_state_changed_cb();
FREE_MEMORY(h_List);