mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
- Don't release resource list
- May fix 4551 svn path=/trunk/; revision=41131
This commit is contained in:
parent
d41ad9a51b
commit
0b648bb995
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ PortClsPnp(
|
|||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT("StartDevice returned a failure code [0x%8x]\n", Status);
|
||||
resource_list->lpVtbl->Release(resource_list);
|
||||
|
||||
Irp->IoStatus.Status = Status;
|
||||
IoCompleteRequest(Irp, IO_NO_INCREMENT);
|
||||
|
|
Loading…
Reference in a new issue