mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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)
|
if (!gpsi)
|
||||||
{
|
{
|
||||||
DPRINT1("Failed allocate server info structure!\n");
|
DPRINT1("Failed allocate server info structure!\n");
|
||||||
UserLeave();
|
|
||||||
return STATUS_UNSUCCESSFUL;
|
return STATUS_UNSUCCESSFUL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue