diff options
Diffstat (limited to 'src/lib/evas/common')
-rw-r--r-- | src/lib/evas/common/evas_thread_render.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/evas/common/evas_thread_render.c b/src/lib/evas/common/evas_thread_render.c index bbde81a657..62f0ba1577 100644 --- a/src/lib/evas/common/evas_thread_render.c +++ b/src/lib/evas/common/evas_thread_render.c | |||
@@ -260,8 +260,8 @@ evas_thread_shutdown(void) | |||
260 | goto timeout_shutdown; | 260 | goto timeout_shutdown; |
261 | } | 261 | } |
262 | } | 262 | } |
263 | 263 | if (!evas_thread_exited) | |
264 | eina_thread_join(evas_thread_worker); | 264 | eina_thread_join(evas_thread_worker); |
265 | timeout_shutdown: | 265 | timeout_shutdown: |
266 | eina_lock_free(&evas_thread_queue_lock); | 266 | eina_lock_free(&evas_thread_queue_lock); |
267 | eina_condition_free(&evas_thread_queue_condition); | 267 | eina_condition_free(&evas_thread_queue_condition); |