evas-wayland-egl: Add missing free

Summary:
Add free to eng_gl_context_free
@fix

Test Plan: N/A

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1315
This commit is contained in:
Gwanglim Lee 2014-08-11 11:47:25 -04:00 committed by Chris Michael
parent d4c76753c9
commit 55715ccf05
1 changed files with 1 additions and 0 deletions

View File

@ -534,6 +534,7 @@ void
eng_gl_context_free(Context_3D *ctx)
{
eglDestroyContext(ctx->display, ctx->context);
free(ctx);
}
void