fix share > Email BS problem
authorPark SangHee <sh15.park@samsung.com>
Tue, 14 Aug 2012 02:03:47 +0000 (11:03 +0900)
committerPark SangHee <sh15.park@samsung.com>
Tue, 14 Aug 2012 02:03:47 +0000 (11:03 +0900)
src/modules/engines/gl_x11/evas_engine.c

index d6db7a2..48bccf1 100755 (executable)
@@ -3865,6 +3865,9 @@ eng_gl_context_destroy(void *data, void *context)
         return 0;
      }
 
+   if (ctx == current_evgl_ctx)
+     current_evgl_ctx = NULL;
+
    free(ctx);
    context = NULL;