We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d460a5e commit 2dd4381Copy full SHA for 2dd4381
ntoskrnl/mm/section.c
@@ -3702,7 +3702,7 @@ MiRosUnmapViewOfSection(
3702
}
3703
DPRINT("One mapping less for %p\n", ImageSectionObject->FileObject->SectionObjectPointer);
3704
MapCount = InterlockedDecrement(&ImageSectionObject->MapCount);
3705
- if (MapCount != 0 || !SkipDebuggerNotify)
+ if (MapCount != 0)
3706
ImageBaseAddress = NULL;
3707
3708
else
0 commit comments