зеркало из https://github.com/mozilla/pjs.git
Bug #000...trivial fix so no bug # filed. Fix a leak of nsIURI by using nsCOMPtr.
r=bienvenu.
This commit is contained in:
Родитель
bc890cf5bd
Коммит
ec4ccbfbd5
|
@ -1405,7 +1405,7 @@ PRUint32 i;
|
|||
}
|
||||
|
||||
nsXPIDLCString spec;
|
||||
nsIURI *uri = doc->GetDocumentURL();
|
||||
nsCOMPtr<nsIURI> uri = dont_AddRef(doc->GetDocumentURL());
|
||||
|
||||
if (!uri)
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
|
|
Загрузка…
Ссылка в новой задаче