CommonHostInterface: Fix crash on shutdown when using save state selector

This commit is contained in:
Connor McLaughlin
2020-09-06 21:03:27 +10:00
parent e731c87757
commit 9bb278b166
3 changed files with 7 additions and 9 deletions

View File

@ -31,6 +31,7 @@ void SaveStateSelectorUI::Close()
return;
m_open = false;
ClearList();
}
void SaveStateSelectorUI::ClearList()