зеркало из https://github.com/mozilla/pjs.git
Clean up leaks
This commit is contained in:
Родитель
23798c4eef
Коммит
122b9b2728
|
@ -985,6 +985,7 @@ nsWebShell::Init(nsNativeWidget aNativeParent,
|
|||
NS_WITH_SERVICE(nsIDocumentLoader, docLoaderService, kDocLoaderServiceCID, &rv);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
|
||||
rv = docLoaderService->CreateDocumentLoader(&mDocLoader);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
}
|
||||
|
@ -3715,10 +3716,10 @@ nsresult nsWebShell::CheckForTrailingSlash(nsIURI* aURL)
|
|||
// Replace the top most history entry with the new url
|
||||
mSHist->SetURLForIndex(curIndex, newURL->GetUnicode());
|
||||
}
|
||||
else {
|
||||
delete newURL;
|
||||
delete historyURL;
|
||||
}
|
||||
|
||||
if (newURL) delete newURL;
|
||||
if (historyURL) delete historyURL;
|
||||
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
|
@ -985,6 +985,7 @@ nsWebShell::Init(nsNativeWidget aNativeParent,
|
|||
NS_WITH_SERVICE(nsIDocumentLoader, docLoaderService, kDocLoaderServiceCID, &rv);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
|
||||
rv = docLoaderService->CreateDocumentLoader(&mDocLoader);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
}
|
||||
|
@ -3715,10 +3716,10 @@ nsresult nsWebShell::CheckForTrailingSlash(nsIURI* aURL)
|
|||
// Replace the top most history entry with the new url
|
||||
mSHist->SetURLForIndex(curIndex, newURL->GetUnicode());
|
||||
}
|
||||
else {
|
||||
delete newURL;
|
||||
delete historyURL;
|
||||
}
|
||||
|
||||
if (newURL) delete newURL;
|
||||
if (historyURL) delete historyURL;
|
||||
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче