mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 486646 - nsMediaChannelStream::OnStopRequest nulls out mChannel too early, r=roc+bz
This commit is contained in:
parent
ddeddf0c6d
commit
e1d4b6d384
@ -240,7 +240,6 @@ nsMediaChannelStream::OnStopRequest(nsIRequest* aRequest, nsresult aStatus)
|
||||
}
|
||||
NS_ASSERTION(mSuspendCount == 0,
|
||||
"How can OnStopRequest fire while we're suspended?");
|
||||
mChannel = nsnull;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user