mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
Added a missing unlock.
svn path=/trunk/; revision=14305
This commit is contained in:
@@ -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;
|
||||
}
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user