зеркало из https://github.com/mozilla/gecko-dev.git
Added a refcount to the nsDeviceContext. sr=attinasi r=kmcclusk
This commit is contained in:
Родитель
9bdb616f80
Коммит
ccfa389edd
|
@ -677,6 +677,11 @@ NS_IMETHODIMP nsDeviceContextMac::GetDeviceContextFor(nsIDeviceContextSpec *aDev
|
|||
nsDeviceContextMac *macDC;
|
||||
|
||||
aContext = new nsDeviceContextMac();
|
||||
if(nsnull == aContext){
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
}
|
||||
NS_ADDREF(aContext);
|
||||
|
||||
macDC = (nsDeviceContextMac*)aContext;
|
||||
macDC->mSpec = aDevice;
|
||||
NS_ADDREF(aDevice);
|
||||
|
|
Загрузка…
Ссылка в новой задаче