Bug 1123084 - Always deallocate SharedSurface on the client r=jgilbert

This commit is contained in:
James Willcox 2015-02-02 15:25:22 -06:00
parent c6dac80268
commit 04a8b9cb6c

View File

@ -908,6 +908,7 @@ SharedSurfaceTextureClient::SharedSurfaceTextureClient(ISurfaceAllocator* aAlloc
, mSurf(surf)
, mGL(mSurf->mGL)
{
AddFlags(TextureFlags::DEALLOCATE_CLIENT);
}
SharedSurfaceTextureClient::~SharedSurfaceTextureClient()