evas-wayland-egl: Free Outbuf if gl_generic_init fails

If we fail to init gl_generic then we should cleanup properly and free
the recently created Outbuf.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-08-18 10:42:07 -04:00
parent faaaf55f7a
commit db31d0ba97
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ eng_setup(Evas *evas, void *info)
&evgl_funcs,
epd->output.w, epd->output.h))
{
/* TODO: free Outbuf */
eng_window_free(ob);
goto ob_err;
}