mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 16:27:09 +02:00
Fix NRE when disposing AddressSpace with 4KB pages support (#4307)
This commit is contained in:
parent
905dbd3f0d
commit
5309cc72e1
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ namespace Ryujinx.Cpu
|
|||
|
||||
public void Dispose()
|
||||
{
|
||||
_privateMemoryAllocator.Dispose();
|
||||
_privateMemoryAllocator?.Dispose();
|
||||
Base.Dispose();
|
||||
Mirror.Dispose();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue