Change-Id: Ica7d7246be36574221ea9b5fc041785b54f52570
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
int vcd_send_error(vce_error_e error, const char* msg, void *user_data)
{
SLOG(LOG_ERROR, TAG_VCD, "[Server ERROR] Engine Error cb - reason(%d), msg(%s)", error, msg);
- ecore_main_loop_thread_safe_call_async(__cancel_by_error, NULL);
char* error_msg = NULL;
if (NULL != msg) {
error_msg = NULL;
}
+ ecore_main_loop_thread_safe_call_async(__cancel_by_error, NULL);
+
return ret;
}