mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Added a missing unlock.
svn path=/trunk/; revision=14305
This commit is contained in:
parent
97ae5f94b5
commit
79d1ef572c
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue