Fix to call result_cb twice 08/128708/1
authorsooyeon.kim <sooyeon.kim@samsung.com>
Thu, 11 May 2017 06:11:29 +0000 (15:11 +0900)
committersooyeon.kim <sooyeon.kim@samsung.com>
Thu, 11 May 2017 06:11:29 +0000 (15:11 +0900)
Change-Id: Ifff30856e95b16ec198d590dacb68f40eb64e3e3
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
client/stt.c

index 6dfe4ea..6ad5d1a 100644 (file)
@@ -2118,7 +2118,7 @@ int __stt_cb_result(int uid, int event, char** data, int data_count, const char*
                SLOG(LOG_ERROR, TAG_STTC, "[ERROR] User result callback is null");
        }
 
-       ecore_timer_add(0, __stt_notify_result, client);
+       __stt_notify_result(client);
 
        return STT_ERROR_NONE;
 }