From c6eb354e8bb7a78b01fee2591081ff9f1ca38b64 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Thu, 19 May 2005 01:46:49 +0000 Subject: [PATCH] fix compiling svn path=/trunk/; revision=15404 --- reactos/ntoskrnl/io/pnpmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/io/pnpmgr.c b/reactos/ntoskrnl/io/pnpmgr.c index e508ff2f863..60e5b137677 100644 --- a/reactos/ntoskrnl/io/pnpmgr.c +++ b/reactos/ntoskrnl/io/pnpmgr.c @@ -60,7 +60,7 @@ IoGetDeviceProperty( { PDEVICE_NODE DeviceNode = IopGetDeviceNode(DeviceObject); ULONG Length; - PVOID Data; + PVOID Data = NULL; PWSTR Ptr; DPRINT("IoGetDeviceProperty(%x %d)\n", DeviceObject, DeviceProperty);