evas gl_x11: Fix uninitialized use of re in eng_output_flush()
authorDaniel Willmann <d.willmann@samsung.com>
Wed, 26 Jun 2013 13:32:21 +0000 (14:32 +0100)
committerDaniel Willmann <d.willmann@samsung.com>
Wed, 26 Jun 2013 13:42:10 +0000 (14:42 +0100)
commitdd76f4cd057572a11e9330f1ae2aa737c7a14d21
treeb87f94550af45712b9cf5d6921d94105a7906f07
parentadcde1f87ee6906bfe1ddab7ba0d05763b9577e6
evas gl_x11: Fix uninitialized use of re in eng_output_flush()

In case of render_mode == EVAS_RENDER_MODE_ASYNC_INIT we're jumping
directly to end which then calls
evas_gl_preload_render_unlock(eng_preload_make_current, re);

Make sure re is initialized with the render engine data so we don't
dereference junk.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
src/modules/evas/engines/gl_x11/evas_engine.c