mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 00:35:46 -04:00
CommonHostInterface: Fix crash on shutdown when using save state selector
This commit is contained in:
@ -31,6 +31,7 @@ void SaveStateSelectorUI::Close()
|
||||
return;
|
||||
|
||||
m_open = false;
|
||||
ClearList();
|
||||
}
|
||||
|
||||
void SaveStateSelectorUI::ClearList()
|
||||
|
Reference in New Issue
Block a user