Skip to content

Commit 2dd4381

Browse files
committed
Apply suggestion by Hermès.
1 parent d460a5e commit 2dd4381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ntoskrnl/mm/section.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3702,7 +3702,7 @@ MiRosUnmapViewOfSection(
37023702
}
37033703
DPRINT("One mapping less for %p\n", ImageSectionObject->FileObject->SectionObjectPointer);
37043704
MapCount = InterlockedDecrement(&ImageSectionObject->MapCount);
3705-
if (MapCount != 0 || !SkipDebuggerNotify)
3705+
if (MapCount != 0)
37063706
ImageBaseAddress = NULL;
37073707
}
37083708
else

0 commit comments

Comments
 (0)