Author: hpoussin
Date: Thu Sep 20 18:54:43 2007
New Revision: 29122
URL:
http://svn.reactos.org/svn/reactos?rev=29122&view=rev
Log:
Do not forget to release the rundown protection.
See issue #2348 for more details.
Modified:
trunk/reactos/ntoskrnl/ps/query.c
Modified: trunk/reactos/ntoskrnl/ps/query.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ps/query.c?rev=29…
==============================================================================
--- trunk/reactos/ntoskrnl/ps/query.c (original)
+++ trunk/reactos/ntoskrnl/ps/query.c Thu Sep 20 18:54:43 2007
@@ -916,6 +916,7 @@
/* Release the lock and rundown */
ExReleasePushLockShared(&Process->ProcessLock);
KeLeaveCriticalRegion();
+ ExReleaseRundownProtection(&Process->RundownProtect);
}
else
{