mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 900133 - Fix leak reporting for MemoryTextureHost. r=nical
This commit is contained in:
parent
77b9490231
commit
ec3fc759a8
@ -454,7 +454,7 @@ MemoryTextureHost::MemoryTextureHost(uint64_t aID,
|
||||
MemoryTextureHost::~MemoryTextureHost()
|
||||
{
|
||||
DeallocateDeviceData();
|
||||
MOZ_COUNT_DTOR(ShmemTextureHost);
|
||||
MOZ_COUNT_DTOR(MemoryTextureHost);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user