mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 23:56:43 +02:00
valgrind optimizations
This commit is contained in:
parent
063ed462f9
commit
c8c3b0357e
4 changed files with 9 additions and 9 deletions
|
@ -121,7 +121,7 @@ int main(int argc, char* argv[])
|
|||
if (settings.bufferMs < 400)
|
||||
settings.bufferMs = 400;
|
||||
settings.sampleFormat = sampleFormat;
|
||||
ControlServer* controlServer = new ControlServer(settings);
|
||||
std::unique_ptr<ControlServer> controlServer(new ControlServer(settings));
|
||||
controlServer->start();
|
||||
|
||||
while (!g_terminated)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue