| Index: ui/gl/gl_gl_api_implementation.cc
|
| diff --git a/ui/gl/gl_gl_api_implementation.cc b/ui/gl/gl_gl_api_implementation.cc
|
| index 42a937062ed4850eb3f09256d1c64076077da83b..ad5117053c560823e935de13581203abf81471c1 100644
|
| --- a/ui/gl/gl_gl_api_implementation.cc
|
| +++ b/ui/gl/gl_gl_api_implementation.cc
|
| @@ -320,6 +320,10 @@ void ClearGLBindingsGL() {
|
| delete g_trace_gl;
|
| g_trace_gl = NULL;
|
| }
|
| + if (g_no_context_gl) {
|
| + delete g_no_context_gl;
|
| + g_no_context_gl = NULL;
|
| + }
|
| g_gl = NULL;
|
| g_driver_gl.ClearBindings();
|
| if (g_current_gl_context_tls) {
|
|
|