- Release the guarded mutex before we return

svn path=/trunk/; revision=37124
This commit is contained in:
Cameron Gutman 2008-11-01 00:36:24 +00:00
parent 518ef62225
commit eaba38bfb8

View file

@ -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;
} }
} }