mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-16 20:13:27 +00:00
Loader: fix missing NULL assignment
This commit is contained in:
parent
2e7b6de195
commit
e43c6df986
@ -118,6 +118,7 @@ void Registration::CloseRoService(void *service, Handle process_h) {
|
||||
target_process->nrr_infos[i].Close();
|
||||
}
|
||||
}
|
||||
target_process->owner_ro_service = NULL;
|
||||
}
|
||||
|
||||
Result Registration::AddNrrInfo(u64 index, MappedCodeMemory *nrr_info) {
|
||||
|
Loading…
Reference in New Issue
Block a user