Loader: fix missing NULL assignment
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user