[ros-diffs] [hbirr] 14305: Added a missing unlock.

hbirr at svn.reactos.com hbirr at svn.reactos.com
Fri Mar 25 12:05:12 CET 2005


Added a missing unlock.
Modified: trunk/reactos/ntoskrnl/mm/RPoolMgr.h
  _____  

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;
 	}
 	/*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050325/8a7c9627/attachment.html


More information about the Ros-diffs mailing list