made serversettings local

This commit is contained in:
badaix 2015-09-05 23:26:31 +02:00
parent 68b33c34b8
commit a484ff1b2d
3 changed files with 24 additions and 14 deletions

View file

@ -212,6 +212,8 @@ void Controller::worker()
logS(kLogErr) << "Exception in Controller::worker(): " << e.what() << endl;
logO << "Stopping clientConnection" << endl;
clientConnection_->stop();
if (player_ != nullptr)
player_->stop();
logO << "Deleting stream" << endl;
if (stream_ != NULL)
delete stream_;