mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-21 10:11:13 +02:00
Fix NRE when disposing AddressSpace with 4KB pages support (#4307)
This commit is contained in:
@@ -462,7 +462,7 @@ namespace Ryujinx.Cpu
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
_privateMemoryAllocator.Dispose();
|
||||
_privateMemoryAllocator?.Dispose();
|
||||
Base.Dispose();
|
||||
Mirror.Dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user