X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fntoskrnl%2Fmm%2Fregion.c;h=4ea7180451fd7087321b470a7a297ebf51975178;hp=6277261e4850f179ce8d82218b711a7b51a6e89b;hb=2b22998369bd7d16ec6630a9852970f87e6d8c01;hpb=50bd5243982e67c49cae3907173f15b7cd5672d2 diff --git a/reactos/ntoskrnl/mm/region.c b/reactos/ntoskrnl/mm/region.c index 6277261e485..4ea7180451f 100644 --- a/reactos/ntoskrnl/mm/region.c +++ b/reactos/ntoskrnl/mm/region.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: region.c,v 1.3 2002/09/08 10:23:36 chorns Exp $ +/* $Id: region.c,v 1.4 2002/09/15 10:45:03 guido Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/mm/region.c @@ -140,7 +140,7 @@ MmAlterRegion(PMADDRESS_SPACE AddressSpace, PVOID BaseAddress, PVOID InitialBaseAddress; PMM_REGION NewRegion; PLIST_ENTRY CurrentEntry; - PMM_REGION CurrentRegion; + PMM_REGION CurrentRegion = NULL; PVOID CurrentBaseAddress; ULONG RemainingLength;