mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 21:42:31 +02: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