Bug 1077301 - Ensure EGL images are released when destroying the texture. r=nical

This commit is contained in:
Andrew Osmond 2014-11-05 08:17:00 +01:00
parent 531932eb59
commit 8e71e7800f

View File

@ -262,7 +262,9 @@ GrallocTextureHostOGL::GrallocTextureHostOGL(TextureFlags aFlags,
}
GrallocTextureHostOGL::~GrallocTextureHostOGL()
{}
{
DestroyEGLImage();
}
void
GrallocTextureHostOGL::SetCompositor(Compositor* aCompositor)