MIDI: No longer call BASS_Free on shutdown, may have been possible to cause a hang on shutdown
parent
6b1d4e7350
commit
4d7a4ec29d
|
@ -242,7 +242,7 @@ public:
|
|||
if ( initialized )
|
||||
{
|
||||
cache_deinit();
|
||||
BASS_Free();
|
||||
// BASS_Free(); // this is only called on shutdown anyway
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue