evas: Evas_Gl_X11 - add missing eng_window_free

Summary:
add missing eng_window_free before return from eng_setup.
@fix

Test Plan: N/A

Reviewers: cedric, raster, devilhorns, stefan_schmidt

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1345

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Gwanglim Lee 2014-08-21 10:36:13 +02:00 committed by Cedric BAIL
parent d3c56d5c74
commit cba164072d
1 changed files with 1 additions and 0 deletions

View File

@ -1022,6 +1022,7 @@ eng_setup(Evas *eo_e, void *in)
&evgl_funcs,
e->output.w, e->output.h))
{
eng_window_free(ob);
free(re);
return 0;
}