backing out the part of the patch for bug 54349 that caused the leak

regression bug 118726.
This commit is contained in:
darin@netscape.com
2002-01-08 20:52:30 +00:00
parent 0ac712acb1
commit 801ed3a998

View File

@@ -3541,7 +3541,6 @@ nsDocShell::CreateContentViewer(const char *aContentType,
nsCOMPtr<nsILoadGroup> loadGroup(do_GetInterface(mLoadCookie));
NS_ENSURE_TRUE(loadGroup, NS_ERROR_FAILURE);
loadGroup->SetNotificationCallbacks(NS_STATIC_CAST(nsIInterfaceRequestor *, this));
// Instantiate the content viewer object
nsCOMPtr<nsIContentViewer> viewer;