mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
@@ -30,7 +30,7 @@ public:
|
||||
///
|
||||
/// Destructor
|
||||
///
|
||||
~BoblightClientConnection();
|
||||
~BoblightClientConnection() override;
|
||||
|
||||
signals:
|
||||
///
|
||||
|
@@ -59,9 +59,8 @@ void BoblightServer::stop()
|
||||
if ( ! _server->isListening() )
|
||||
return;
|
||||
|
||||
foreach (BoblightClientConnection * connection, _openConnections) {
|
||||
delete connection;
|
||||
}
|
||||
qDeleteAll(_openConnections);
|
||||
|
||||
_server->close();
|
||||
|
||||
Info(_log, "Stopped");
|
||||
|
Reference in New Issue
Block a user