evas: Fix shutdown of async cmd cache
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 26 Sep 2017 05:26:56 +0000 (14:26 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 26 Sep 2017 08:58:07 +0000 (17:58 +0900)
commit3d2551175df2010032b512738f8346bd191d6587
treef8cd4545fd7e3a837e68f9f262517432e1cd4405
parentf3c9d25c1f9b0172194fa0c451620b633aa75513
evas: Fix shutdown of async cmd cache

The incomplete reset (array to NULL but max not reset) triggers errors
in evas_thread_queue_append() where eina_inarray_grow() returns NULL.

This shows up in:
   CK_FORK=no elm_suite

@fix
src/lib/evas/canvas/evas_async_events.c
src/lib/evas/common/evas_thread_render.c