mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
WebRTC: Drop DataChannelListener on Destroy().
This commit is contained in:
parent
6c4b9ec3ce
commit
22772136d7
1 changed files with 1 additions and 0 deletions
|
|
@ -276,6 +276,7 @@ DataChannelConnection::Destroy()
|
|||
LOG(("Deregistered %p from the SCTP stack.", static_cast<void *>(this)));
|
||||
}
|
||||
|
||||
mListener = nullptr;
|
||||
// Finish Destroy on STS thread to avoid bug 876167 - once that's fixed,
|
||||
// the usrsctp_close() calls can move back here (and just proxy the
|
||||
// disconnect_all())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue