mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 823236 - ImageContainerParent should not release shmem which is retained by child. r=nical
This commit is contained in:
parent
8b81bcc67c
commit
283e84505d
@ -39,7 +39,6 @@ bool ImageContainerParent::RecvFlush()
|
||||
{
|
||||
SharedImage *img = RemoveSharedImage(mID);
|
||||
if (img) {
|
||||
DeallocSharedImageData(this, *img);
|
||||
delete img;
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user