mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[NTVDM]
addenum to r67557 svn path=/trunk/; revision=67558
This commit is contained in:
@@ -192,7 +192,6 @@ VOID DestroyHardwareTimer(PHARDWARE_TIMER Timer)
|
||||
{
|
||||
if (Timer->Flags & HARDWARE_TIMER_ENABLED) RemoveEntryList(&Timer->Link);
|
||||
RtlFreeHeap(RtlGetProcessHeap(), 0, Timer);
|
||||
Timer = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user