MIDI: No longer call BASS_Free on shutdown, may have been possible to cause a hang on shutdown
This commit is contained in:
parent
6b1d4e7350
commit
4d7a4ec29d
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ public:
|
|||
if ( initialized )
|
||||
{
|
||||
cache_deinit();
|
||||
BASS_Free();
|
||||
// BASS_Free(); // this is only called on shutdown anyway
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue