From 79d1ef572c64cf5efe4f476f5ce64a484eb4a4a6 Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Fri, 25 Mar 2005 11:05:10 +0000 Subject: [PATCH] Added a missing unlock. svn path=/trunk/; revision=14305 --- reactos/ntoskrnl/mm/RPoolMgr.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/mm/RPoolMgr.h b/reactos/ntoskrnl/mm/RPoolMgr.h index dae429f3574..6d3a90535a1 100644 --- a/reactos/ntoskrnl/mm/RPoolMgr.h +++ b/reactos/ntoskrnl/mm/RPoolMgr.h @@ -805,8 +805,9 @@ try_again: 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; } /*