[ros-diffs] [cgutman] 37124: - Release the guarded mutex before we return
cgutman at svn.reactos.org
cgutman at svn.reactos.org
Sat Nov 1 01:36:25 CET 2008
Author: cgutman
Date: Fri Oct 31 19:36:24 2008
New Revision: 37124
URL: http://svn.reactos.org/svn/reactos?rev=37124&view=rev
Log:
- Release the guarded mutex before we return
Modified:
trunk/reactos/ntoskrnl/io/pnpmgr/pnpnotify.c
Modified: trunk/reactos/ntoskrnl/io/pnpmgr/pnpnotify.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/io/pnpmgr/pnpnotify.c?rev=37124&r1=37123&r2=37124&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/io/pnpmgr/pnpnotify.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/io/pnpmgr/pnpnotify.c [iso-8859-1] Fri Oct 31 19:36:24 2008
@@ -96,6 +96,7 @@
default:
{
DPRINT1("IopNotifyPlugPlayNotification(): unknown EventCategory 0x%x UNIMPLEMENTED\n", EventCategory);
+ KeReleaseGuardedMutex(&PnpNotifyListLock);
return;
}
}
More information about the Ros-diffs
mailing list