From 0722dd58849994e1c7ea4edfb43bc900da16c6c0 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 16 Jan 2017 17:08:00 +0900 Subject: [PATCH] thumb binary - just straight exit everywhere. --- src/bin/thumb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/thumb.c b/src/bin/thumb.c index 6baa6d4..cd2b38d 100644 --- a/src/bin/thumb.c +++ b/src/bin/thumb.c @@ -28,7 +28,7 @@ _cb_fetched(void *data EINA_UNUSED) if ((w < 1) || (h < 0)) ecore_file_unlink(path); free(path); } - elm_exit(); + exit(0); } static Evas_Object * @@ -158,7 +158,7 @@ static Eina_Bool _cb_timeout(void *data EINA_UNUSED) { vid_timeout = NULL; - elm_exit(); + exit(0); return EINA_FALSE; }