mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 00:45:43 +00:00
Xcode....
svn path=/trunk/; revision=48423
This commit is contained in:
parent
db0f412b3e
commit
18bc5a24b5
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ IopRemovePlugPlayEvent(VOID)
|
||||||
/* Remove a pnp event entry from the tail of the queue */
|
/* Remove a pnp event entry from the tail of the queue */
|
||||||
if (!IsListEmpty(&IopPnpEventQueueHead))
|
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 */
|
/* Signal the next pnp event in the queue */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue