mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[NTVDM]
addenum to r67557 svn path=/trunk/; revision=67558
This commit is contained in:
parent
5324112cdb
commit
ded00cc5f0
1 changed files with 0 additions and 1 deletions
|
@ -192,7 +192,6 @@ VOID DestroyHardwareTimer(PHARDWARE_TIMER Timer)
|
|||
{
|
||||
if (Timer->Flags & HARDWARE_TIMER_ENABLED) RemoveEntryList(&Timer->Link);
|
||||
RtlFreeHeap(RtlGetProcessHeap(), 0, Timer);
|
||||
Timer = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue