mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:25:45 -04:00
Bus: Fix assertion failing if booting fails
This commit is contained in:
@ -128,7 +128,10 @@ void Shutdown()
|
||||
{
|
||||
UnmapFastmemViews();
|
||||
if (g_ram)
|
||||
{
|
||||
m_memory_arena.ReleaseViewPtr(g_ram, RAM_SIZE);
|
||||
g_ram = nullptr;
|
||||
}
|
||||
|
||||
CPU::g_state.fastmem_base = nullptr;
|
||||
}
|
||||
|
Reference in New Issue
Block a user