mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[WIN32K] Do not release twice the lock on error path
This commit is contained in:
parent
6618d978cd
commit
c4801ab696
1 changed files with 0 additions and 1 deletions
|
@ -995,7 +995,6 @@ DriverEntry(
|
|||
if (!gpsi)
|
||||
{
|
||||
DPRINT1("Failed allocate server info structure!\n");
|
||||
UserLeave();
|
||||
return STATUS_UNSUCCESSFUL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue