summaryrefslogtreecommitdiff
path: root/src/cairo-evas-gl-context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cairo-evas-gl-context.c')
-rwxr-xr-xsrc/cairo-evas-gl-context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-evas-gl-context.c b/src/cairo-evas-gl-context.c
index 10d680817..433aafdfe 100755
--- a/src/cairo-evas-gl-context.c
+++ b/src/cairo-evas-gl-context.c
@@ -304,7 +304,7 @@ cairo_evas_gl_device_create (Evas_GL *evas_gl,
ctx->dummy_surface = evas_gl_pbuffer_surface_create (ctx->evas_gl,
evas_cfg,
1, 1, NULL);
- //evas_gl_config_free (evas_cfg);
+ evas_gl_config_free (evas_cfg);
if (ctx->dummy_surface == NULL) {
free (ctx);