evas: fixup warning.

This commit is contained in:
Cedric Bail 2017-08-28 11:13:40 -07:00
parent c1bc1b95e6
commit 2ac0a755e1
1 changed files with 1 additions and 1 deletions

View File

@ -1553,7 +1553,7 @@ static int
eng_gl_surface_destroy(void *engine, void *surface)
{
EVGL_Surface *sfc = (EVGL_Surface *)surface;
Render_Engine_GL_Generic *e;
Render_Engine_GL_Generic *e = engine;
EVGLINIT(0);
if (e->current == re) e->current = NULL;