Bug 1493347: Drop DataChannelListener on Destroy() r=drno

This commit is contained in:
Randell Jesup 2018-10-01 00:39:12 -04:00
Родитель bdd3f4e880
Коммит 569d0d514e
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -376,6 +376,7 @@ DataChannelConnection::Destroy()
MOZ_ASSERT(mSTS);
ASSERT_WEBRTC(NS_IsMainThread());
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())