cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=4c8ccc211c8076a89fa114f4f4142af1a13fe551

commit 4c8ccc211c8076a89fa114f4f4142af1a13fe551
Author: Srivardhan Hebbar <sri.heb...@samsung.com>
Date:   Fri Oct 30 07:18:08 2015 +0100

    evas: removing redundant assigment in gl_common.
    
    Summary: Signed-off-by: Srivardhan Hebbar <sri.heb...@samsung.com>
    
    Reviewers: cedric
    
    Differential Revision: https://phab.enlightenment.org/D3234
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 src/modules/evas/engines/gl_common/evas_gl_core.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/modules/evas/engines/gl_common/evas_gl_core.c 
b/src/modules/evas/engines/gl_common/evas_gl_core.c
index f59d34e..3bd0d1d 100644
--- a/src/modules/evas/engines/gl_common/evas_gl_core.c
+++ b/src/modules/evas/engines/gl_common/evas_gl_core.c
@@ -2233,7 +2233,6 @@ evgl_context_destroy(void *eng_data, EVGL_Context *ctx)
 
    // Free context
    free(ctx);
-   ctx = NULL;
 
    return 1;
 }

-- 


Reply via email to