Move deviceSelector init startup -> appframe

- Plus some minor static analysis fixes and missing atomic store() for
MSVC
This commit is contained in:
Charles J. Cliffe
2015-10-05 19:59:17 -04:00
parent 0df2439658
commit dff879f233
3 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ AudioThread::AudioThread() : IOThread(),
outputDevice.store(-1);
gain.store(1.0);
boundThreads = new std::vector<AudioThread *>;
boundThreads.store(new std::vector<AudioThread *>);
}
AudioThread::~AudioThread() {