зеркало из https://github.com/mozilla/pjs.git
Fix a leak of the device context. r=bruce.
This commit is contained in:
Родитель
af7f00849e
Коммит
c3c4832958
|
@ -155,6 +155,8 @@ nsFrameImageLoader::Init(nsIPresContext* aPresContext,
|
|||
aPresContext->GetTwipsToPixels(&t2p);
|
||||
aPresContext->GetDeviceContext(&theDC);
|
||||
theDC->GetCanonicalPixelScale(devScale);
|
||||
NS_RELEASE(theDC);
|
||||
|
||||
desiredWidth = NSToCoordRound((mDesiredSize.width * t2p)/devScale);
|
||||
desiredHeight = NSToCoordRound((mDesiredSize.height * t2p)/devScale);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче