evas: properly fix unref of ector renderer.
authorCedric BAIL <cedric@osg.samsung.com>
Thu, 20 Aug 2015 13:39:16 +0000 (15:39 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Thu, 20 Aug 2015 13:39:16 +0000 (15:39 +0200)
commit67ef1b11ff05a8c09aa6975f29bc28584ce15187
tree8b51fd2e18cd9aacf96e162bd0622549a2176988
parenta6c184502eabfdc216f8e6b78ee33fac51b4f598
evas: properly fix unref of ector renderer.

Async rendering doesn't have a main loop cleanup function. The only one
being called is in the rendering thread. I wrongly assumed in my previous
patch that render_post on an object was called after the async render was
done which is obviously not the case as pointed by Subhransu. This patch
now wait for the async rendering to be done.
src/lib/evas/canvas/evas_object_vg.c
src/lib/evas/canvas/evas_vg.eo