mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 13:58:49 +00:00
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user