[WIN32K] Do not release twice the lock on error path

This commit is contained in:
Jérôme Gardou 2021-08-06 15:18:21 +02:00
parent 6618d978cd
commit c4801ab696

View file

@ -995,7 +995,6 @@ DriverEntry(
if (!gpsi)
{
DPRINT1("Failed allocate server info structure!\n");
UserLeave();
return STATUS_UNSUCCESSFUL;
}