зеркало из https://github.com/mozilla/pjs.git
Bug 246245 - leak in image code. r=sfraser,sr=tor,a=dbaron
This commit is contained in:
Родитель
94484347ba
Коммит
ae2471e258
|
@ -401,6 +401,7 @@ NS_IMETHODIMP nsImageMac::Draw(nsIRenderingContext &aContext, nsDrawingSurface a
|
|||
}
|
||||
|
||||
::DisposeGWorld(tempMaskGWorld);
|
||||
free(scaledMaskBits);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -408,6 +409,7 @@ NS_IMETHODIMP nsImageMac::Draw(nsIRenderingContext &aContext, nsDrawingSurface a
|
|||
}
|
||||
|
||||
::DisposeGWorld(tempSrcGWorld);
|
||||
free(scaledSrcBits);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче