Bug Fix in _evas_gl_destroy of cairo evas-gl backend 50/98350/1
authormoonhee, choi <mh0310.choi@samsung.com>
Thu, 17 Nov 2016 06:13:44 +0000 (15:13 +0900)
committermoonhee, choi <mh0310.choi@samsung.com>
Thu, 17 Nov 2016 06:19:19 +0000 (15:19 +0900)
Change-Id: I8b3c73b61cb5a2e82e8d2326be5821ec2f48626d

src/cairo-evas-gl-context.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 8135eda..3805118
@@ -264,7 +264,7 @@ _evas_gl_destroy (void *abstract_ctx)
     cairo_evas_gl_context_t *ctx = abstract_ctx;
 
     evas_gl_make_current (ctx->evas_gl, NULL, NULL);
-    if (ctx->dummy_surface)
+    if (ctx->dummy_surface)
        evas_gl_surface_destroy (ctx->evas_gl, ctx->dummy_surface);
 }