mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix domain server crash with SSL WebSocket
This commit is contained in:
parent
66fe21e413
commit
075c0d8b89
1 changed files with 0 additions and 1 deletions
|
@ -132,7 +132,6 @@ void WebRTCSignalingServer::webSocketDisconnected() {
|
|||
if (source) {
|
||||
auto address = source->peerAddress().toString() + ":" + QString::number(source->peerPort());
|
||||
_webSockets.remove(address);
|
||||
source->abort();
|
||||
source->deleteLater();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue