summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrivardhan Hebbar <sri.hebbar@samsung.com>2015-10-30 07:18:08 +0100
committerCedric BAIL <cedric@osg.samsung.com>2015-10-31 02:12:06 +0100
commit4c8ccc211c8076a89fa114f4f4142af1a13fe551 (patch)
tree7d42debde09762629146e72cd7560355ff0d766b
parent2a01c4517b5b97c2b988ce590d7dae913ec1f085 (diff)
downloadefl-4c8ccc211c8076a89fa114f4f4142af1a13fe551.tar.gz
evas: removing redundant assigment in gl_common.
Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com> Reviewers: cedric Differential Revision: https://phab.enlightenment.org/D3234 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
-rw-r--r--src/modules/evas/engines/gl_common/evas_gl_core.c1
1 files changed, 0 insertions, 1 deletions
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 f59d34e1b0..3bd0d1de9d 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;
}