Author: cgutman
Date: Mon Aug 2 21:26:12 2010
New Revision: 48423
URL:
http://svn.reactos.org/svn/reactos?rev=48423&view=rev
Log:
Xcode....
Modified:
trunk/reactos/ntoskrnl/io/pnpmgr/plugplay.c
Modified: trunk/reactos/ntoskrnl/io/pnpmgr/plugplay.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/io/pnpmgr/plugpla…
==============================================================================
--- trunk/reactos/ntoskrnl/io/pnpmgr/plugplay.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/io/pnpmgr/plugplay.c [iso-8859-1] Mon Aug 2 21:26:12 2010
@@ -98,7 +98,7 @@
/* 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 */