mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
parent
5a03a408a8
commit
07df2cf12a
1 changed files with 3 additions and 1 deletions
|
|
@ -1164,7 +1164,9 @@ nsHttpTransaction::Close(nsresult reason)
|
|||
}
|
||||
|
||||
// closing this pipe triggers the channel's OnStopRequest method.
|
||||
mPipeOut->CloseWithStatus(reason);
|
||||
if (mPipeOut) {
|
||||
mPipeOut->CloseWithStatus(reason);
|
||||
}
|
||||
|
||||
#ifdef WIN32 // bug 1153929
|
||||
MOZ_DIAGNOSTIC_ASSERT(mPipeOut);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue