mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
Loader: fix missing NULL assignment
This commit is contained in:
parent
2e7b6de195
commit
e43c6df986
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ void Registration::CloseRoService(void *service, Handle process_h) {
|
||||||
target_process->nrr_infos[i].Close();
|
target_process->nrr_infos[i].Close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
target_process->owner_ro_service = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
Result Registration::AddNrrInfo(u64 index, MappedCodeMemory *nrr_info) {
|
Result Registration::AddNrrInfo(u64 index, MappedCodeMemory *nrr_info) {
|
||||||
|
|
Loading…
Reference in a new issue