projects
/
platform
/
core
/
uifw
/
multi-assistant-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8844c9
)
Fix defects detected by static analysis tool
70/246770/1
tizen_5.5
author
Ji-hoon Lee
<dalton.lee@samsung.com>
Fri, 28 Aug 2020 08:55:11 +0000
(17:55 +0900)
committer
Ji-hoon Lee
<dalton.lee@samsung.com>
Fri, 28 Aug 2020 08:55:11 +0000
(17:55 +0900)
Change-Id: I8f1c97dffb96dc32745af632241e6ba014571d4f
src/multi_assistant_service_plugin.c
patch
|
blob
|
history
diff --git
a/src/multi_assistant_service_plugin.c
b/src/multi_assistant_service_plugin.c
index 28e64efabfc574181311edb1f15bcb69e793b25a..ef3ffaeeb9f618b6773924d08fb22e9dd0ec215f 100644
(file)
--- a/
src/multi_assistant_service_plugin.c
+++ b/
src/multi_assistant_service_plugin.c
@@
-157,7
+157,7
@@
void process_wakeup_event_by_word_timer(wakeup_event* event)
if (appid_timer_event) {
appid_timer_event->id = event->id;
appid_timer_event->data = strdup(appid ? appid : "");
- process_wakeup_event_by_appid_timer(event);
+ process_wakeup_event_by_appid_timer(
appid_timer_
event);
}
free(event->data);