This commit is contained in:
halx99 2020-07-31 17:23:03 +08:00
parent 82314c2972
commit 7ecb85019a
1 changed files with 4 additions and 0 deletions

View File

@ -139,6 +139,10 @@ private:
void AudioEngine::end() void AudioEngine::end()
{ {
// make sure everythings cleanup before delete audio engine
// fix #127
uncacheAll();
if (s_threadPool) if (s_threadPool)
{ {
delete s_threadPool; delete s_threadPool;