Skip to content

Commit

Permalink
Merge pull request cheat-engine#5 from pyj2323/pyj2323-patch-5
Browse files Browse the repository at this point in the history
Update IOPLDispatcher.c
  • Loading branch information
pyj2323 authored Jun 2, 2021
2 parents 953965d + 18aa1e1 commit f5252c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DBKKernel/IOPLDispatcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,6 @@ NTSTATUS DispatchIoctl(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp)
else
forOneCpu((CCHAR)pinp->cpuid, vmxoffload_dpc, NULL, NULL, NULL, vmxoffload_override);

cleanupDBVM();
DbgPrint("Returned from vmxoffload()\n");
break;
}
Expand Down

0 comments on commit f5252c0

Please sign in to comment.