From 12e2d838a15648b374914e2615f6d2498b493cd2 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 28 Jan 1999 17:35:36 +0000 Subject: [PATCH] Fixed FILE_VIEW struct initialisation. --- memory/virtual.c | 1 + 1 file changed, 1 insertion(+) diff --git a/memory/virtual.c b/memory/virtual.c index 9bd0c9afe76..2190d367a78 100644 --- a/memory/virtual.c +++ b/memory/virtual.c @@ -216,6 +216,7 @@ static FILE_VIEW *VIRTUAL_CreateView( UINT32 base, UINT32 size, UINT32 offset, view->offset = offset; view->mapping = mapping; view->protect = vprot; + view->handlerProc = NULL; memset( view->prot, vprot, size ); /* Duplicate the mapping handle */