mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
- Release the guarded mutex before we return
svn path=/trunk/; revision=37124
This commit is contained in:
parent
518ef62225
commit
eaba38bfb8
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ IopNotifyPlugPlayNotification(
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
DPRINT1("IopNotifyPlugPlayNotification(): unknown EventCategory 0x%x UNIMPLEMENTED\n", EventCategory);
|
DPRINT1("IopNotifyPlugPlayNotification(): unknown EventCategory 0x%x UNIMPLEMENTED\n", EventCategory);
|
||||||
|
KeReleaseGuardedMutex(&PnpNotifyListLock);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue