From: Ji-hoon Lee Date: Fri, 28 Aug 2020 08:55:11 +0000 (+0900) Subject: Fix defects detected by static analysis tool X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_5.5;p=platform%2Fcore%2Fuifw%2Fmulti-assistant-service.git Fix defects detected by static analysis tool Change-Id: I8f1c97dffb96dc32745af632241e6ba014571d4f --- diff --git a/src/multi_assistant_service_plugin.c b/src/multi_assistant_service_plugin.c index 28e64ef..ef3ffae 100644 --- 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);