mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 08:44:22 +08:00
- Release the guarded mutex before we return
svn path=/trunk/; revision=37124
This commit is contained in:
@@ -96,6 +96,7 @@ IopNotifyPlugPlayNotification(
|
||||
default:
|
||||
{
|
||||
DPRINT1("IopNotifyPlugPlayNotification(): unknown EventCategory 0x%x UNIMPLEMENTED\n", EventCategory);
|
||||
KeReleaseGuardedMutex(&PnpNotifyListLock);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user