mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 05:35:46 -04:00
CommonHostInterface: Fix crash on shutdown when using save state selector
This commit is contained in:
@ -48,7 +48,11 @@ bool HostInterface::Initialize()
|
||||
return true;
|
||||
}
|
||||
|
||||
void HostInterface::Shutdown() {}
|
||||
void HostInterface::Shutdown()
|
||||
{
|
||||
if (!System::IsShutdown())
|
||||
System::Shutdown();
|
||||
}
|
||||
|
||||
void HostInterface::CreateAudioStream()
|
||||
{
|
||||
|
Reference in New Issue
Block a user