Fix defects detected by static analysis tool 70/246770/1 tizen_5.5
authorJi-hoon Lee <dalton.lee@samsung.com>
Fri, 28 Aug 2020 08:55:11 +0000 (17:55 +0900)
committerJi-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

index 28e64efabfc574181311edb1f15bcb69e793b25a..ef3ffaeeb9f618b6773924d08fb22e9dd0ec215f 100644 (file)
@@ -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);