From eaba38bfb83dccca2dbdf44cdc1390eb108ea3f3 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 1 Nov 2008 00:36:24 +0000 Subject: [PATCH] - Release the guarded mutex before we return svn path=/trunk/; revision=37124 --- reactos/ntoskrnl/io/pnpmgr/pnpnotify.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/ntoskrnl/io/pnpmgr/pnpnotify.c b/reactos/ntoskrnl/io/pnpmgr/pnpnotify.c index 3c125e52ea7..91ffd138204 100644 --- a/reactos/ntoskrnl/io/pnpmgr/pnpnotify.c +++ b/reactos/ntoskrnl/io/pnpmgr/pnpnotify.c @@ -96,6 +96,7 @@ IopNotifyPlugPlayNotification( default: { DPRINT1("IopNotifyPlugPlayNotification(): unknown EventCategory 0x%x UNIMPLEMENTED\n", EventCategory); + KeReleaseGuardedMutex(&PnpNotifyListLock); return; } }