XeUnloadsection should return STATUS_SUCCESS on success
This commit is contained in:
parent
1613b5d9a6
commit
58939f8297
|
@ -125,6 +125,8 @@ XBSYSAPI EXPORTNUM(328) xboxkrnl::NTSTATUS NTAPI xboxkrnl::XeUnloadSection
|
|||
if (Section->SectionReferenceCount == 0) {
|
||||
memset(Section->VirtualAddress, 0, Section->VirtualSize);
|
||||
}
|
||||
|
||||
ret = STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
RETURN(ret);
|
||||
|
|
Loading…
Reference in New Issue