devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=55715ccf054219ef9dd5ee8ab3aa13f5f07aa7b5

commit 55715ccf054219ef9dd5ee8ab3aa13f5f07aa7b5
Author: Gwanglim Lee <[email protected]>
Date:   Mon Aug 11 11:47:25 2014 -0400

    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
---
 src/modules/evas/engines/wayland_egl/evas_wl_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/evas/engines/wayland_egl/evas_wl_main.c 
b/src/modules/evas/engines/wayland_egl/evas_wl_main.c
index 8400c54..cd54930 100644
--- a/src/modules/evas/engines/wayland_egl/evas_wl_main.c
+++ b/src/modules/evas/engines/wayland_egl/evas_wl_main.c
@@ -534,6 +534,7 @@ void
 eng_gl_context_free(Context_3D *ctx)
 {
    eglDestroyContext(ctx->display, ctx->context);
+   free(ctx);
 }
 
 void 

-- 


Reply via email to