mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
Loader: fix missing reassignment in AutoCloseMap
This commit is contained in:
parent
1d73bd0a12
commit
789afe7929
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue