MIDI: No longer call BASS_Free on shutdown, may have been possible to cause a hang on shutdown

CQTexperiment
Christopher Snowhill 2021-04-27 00:19:26 -07:00
parent 6b1d4e7350
commit 4d7a4ec29d
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ public:
if ( initialized )
{
cache_deinit();
BASS_Free();
// BASS_Free(); // this is only called on shutdown anyway
}
}