mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1077301 - Ensure EGL images are released when destroying the texture. r=nical
This commit is contained in:
parent
531932eb59
commit
8e71e7800f
@ -262,7 +262,9 @@ GrallocTextureHostOGL::GrallocTextureHostOGL(TextureFlags aFlags,
|
||||
}
|
||||
|
||||
GrallocTextureHostOGL::~GrallocTextureHostOGL()
|
||||
{}
|
||||
{
|
||||
DestroyEGLImage();
|
||||
}
|
||||
|
||||
void
|
||||
GrallocTextureHostOGL::SetCompositor(Compositor* aCompositor)
|
||||
|
Loading…
Reference in New Issue
Block a user