thumb binary - just straight exit everywhere.

This commit is contained in:
Carsten Haitzler 2017-01-16 17:08:00 +09:00
parent 47b39cc227
commit 0722dd5884
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}