Removed the container pointer from the nsConnectionInfo struct. The container is held by the nsIURL...

git-svn-id: svn://10.0.0.236/trunk@13629 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts%netscape.com
1998-10-28 21:40:51 +00:00
parent d99af8473b
commit 44d663eb20
4 changed files with 34 additions and 44 deletions

View File

@@ -55,8 +55,6 @@ nsConnectionInfo::nsConnectionInfo(nsIURL *aURL,
NS_VERIFY_THREADSAFE_INTERFACE(pURL);
NS_VERIFY_THREADSAFE_INTERFACE(pNetStream);
NS_VERIFY_THREADSAFE_INTERFACE(pConsumer);
pContainer = nsnull;
}
@@ -70,7 +68,6 @@ nsConnectionInfo::~nsConnectionInfo()
NS_IF_RELEASE(pURL);
NS_IF_RELEASE(pNetStream);
NS_IF_RELEASE(pConsumer);
NS_IF_RELEASE(pContainer);
}
NS_IMETHODIMP