mirror of
https://github.com/reactos/reactos.git
synced 2026-06-04 10:20:48 +08:00
[WIN32K] Do not release twice the lock on error path
This commit is contained in:
@@ -995,7 +995,6 @@ DriverEntry(
|
||||
if (!gpsi)
|
||||
{
|
||||
DPRINT1("Failed allocate server info structure!\n");
|
||||
UserLeave();
|
||||
return STATUS_UNSUCCESSFUL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user