Added a missing unlock.
Modified: trunk/reactos/ntoskrnl/mm/RPoolMgr.h
--- trunk/reactos/ntoskrnl/mm/RPoolMgr.h 2005-03-25 08:31:43 UTC (rev 14304) +++ trunk/reactos/ntoskrnl/mm/RPoolMgr.h 2005-03-25 11:05:10 UTC (rev 14305) @@ -805,8 +805,9 @@
que_reclaimed = 1; goto try_again; }
- /*DPRINT1("Trying to allocate %lu bytes from paged pool - nothing suitable found, returning NULL\n",
- queBytes );*/
+ DPRINT1("Trying to allocate %lu bytes from paged pool - nothing suitable found, returning NULL\n",
+ queBytes );
+ R_RELEASE_MUTEX(pool);
return NULL; } /*