mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-30 22:52:14 +02:00
Loader: fix missing reassignment in AutoCloseMap
This commit is contained in:
parent
1d73bd0a12
commit
789afe7929
@ -66,6 +66,7 @@ class AutoCloseMap {
|
|||||||
if (R_FAILED(svcUnmapProcessMemory(this->mapped_address, this->process_handle, this->base_address, this->size))) {
|
if (R_FAILED(svcUnmapProcessMemory(this->mapped_address, this->process_handle, this->base_address, this->size))) {
|
||||||
/* TODO: panic(). */
|
/* TODO: panic(). */
|
||||||
}
|
}
|
||||||
|
this->mapped_address = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user