From 18bc5a24b58c31865c108fa1742dc886bd5a70f3 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 2 Aug 2010 21:26:12 +0000 Subject: [PATCH 1/1] Xcode.... svn path=/trunk/; revision=48423 --- reactos/ntoskrnl/io/pnpmgr/plugplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/io/pnpmgr/plugplay.c b/reactos/ntoskrnl/io/pnpmgr/plugplay.c index 4a2259e6e85..9c01544bcbf 100644 --- a/reactos/ntoskrnl/io/pnpmgr/plugplay.c +++ b/reactos/ntoskrnl/io/pnpmgr/plugplay.c @@ -98,7 +98,7 @@ IopRemovePlugPlayEvent(VOID) /* Remove a pnp event entry from the tail of the queue */ if (!IsListEmpty(&IopPnpEventQueueHead)) { - ExFreePool(CONTAINING_RECORD(RemoveTailList(&IopPnpEventQueueHead), PNP_EVENT_ENTRY, ListEntry))); + ExFreePool(CONTAINING_RECORD(RemoveTailList(&IopPnpEventQueueHead), PNP_EVENT_ENTRY, ListEntry)); } /* Signal the next pnp event in the queue */ -- 2.17.1