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