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:
darin%netscape.com
2001-03-26 23:12:33 +00:00
parent 1bae7d6c03
commit c5cac01b12

View File

@@ -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);
}