Bug 823236 - ImageContainerParent should not release shmem which is retained by child. r=nical

This commit is contained in:
Benoit Girard 2013-02-07 11:15:16 -05:00
parent 8b81bcc67c
commit 283e84505d

View File

@ -39,7 +39,6 @@ bool ImageContainerParent::RecvFlush()
{
SharedImage *img = RemoveSharedImage(mID);
if (img) {
DeallocSharedImageData(this, *img);
delete img;
}
return true;