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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user