зеркало из https://github.com/mozilla/gecko-dev.git
fixes topcrash bug 199492 "crash while submitting form on www.sony.com [@nsHttpConnection::CloseTransaction]" r+sr=alecf a=dbaron
This commit is contained in:
Родитель
3a62630378
Коммит
580d22c8bc
|
@ -3014,8 +3014,6 @@ nsHttpChannel::OnStopRequest(nsIRequest *request, nsISupports *ctxt, nsresult st
|
|||
// grab reference to connection in case we need to retry an
|
||||
// authentication request over it.
|
||||
nsRefPtr<nsAHttpConnection> conn = mTransaction->Connection();
|
||||
if (conn)
|
||||
mTransaction->SetConnection(nsnull);
|
||||
|
||||
// at this point, we're done with the transaction
|
||||
NS_RELEASE(mTransaction);
|
||||
|
|
Загрузка…
Ссылка в новой задаче