зеркало из https://github.com/mozilla/gecko-dev.git
Bug 823236 - ImageContainerParent should not release shmem which is retained by child. r=nical
This commit is contained in:
Родитель
8b81bcc67c
Коммит
283e84505d
|
@ -39,7 +39,6 @@ bool ImageContainerParent::RecvFlush()
|
|||
{
|
||||
SharedImage *img = RemoveSharedImage(mID);
|
||||
if (img) {
|
||||
DeallocSharedImageData(this, *img);
|
||||
delete img;
|
||||
}
|
||||
return true;
|
||||
|
|
Загрузка…
Ссылка в новой задаче