Index: src/gpu/gl/mesa/SkMesaGLContext.cpp |
diff --git a/src/gpu/gl/mesa/SkMesaGLContext.cpp b/src/gpu/gl/mesa/SkMesaGLContext.cpp |
index 541b247fa86cbe8ec66dca6ae1e0876284c64099..8b3666c497dc6a5acc8f6cdf974af323c93d66a2 100644 |
--- a/src/gpu/gl/mesa/SkMesaGLContext.cpp |
+++ b/src/gpu/gl/mesa/SkMesaGLContext.cpp |
@@ -63,7 +63,7 @@ SkMesaGLContext::SkMesaGLContext() |
return; |
} |
- this->init(gl.detach()); |
+ this->init(gl.release()); |
} |
SkMesaGLContext::~SkMesaGLContext() { |