Bug 246245 - leak in image code. r=sfraser,sr=tor,a=dbaron

This commit is contained in:
pedemont%us.ibm.com 2004-06-17 00:09:52 +00:00
Родитель 94484347ba
Коммит ae2471e258
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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
{