Fixes bug 72973. HTTP needs to release its cache output stream before
releasing its cache entry descriptor. r=sean@beatnik.com, sr=dougt@netscape.com git-svn-id: svn://10.0.0.236/trunk@90441 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -19,6 +19,8 @@ nsStreamListenerTee::OnStopRequest(nsIRequest *request,
|
||||
const PRUnichar *statusText)
|
||||
{
|
||||
NS_ENSURE_TRUE(mListener, NS_ERROR_NOT_INITIALIZED);
|
||||
mInputTee = 0;
|
||||
mSink = 0;
|
||||
return mListener->OnStopRequest(request, context, status, statusText);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user