Added a missing unlock.

svn path=/trunk/; revision=14305
This commit is contained in:
Hartmut Birr 2005-03-25 11:05:10 +00:00
parent 97ae5f94b5
commit 79d1ef572c

View file

@ -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;
}
/*