mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 14:23:41 +00:00
[NTOS:KD] KdpDebugLogInit(): Close the thread handle
Addendum to 07dc415
(r43331).
This commit is contained in:
parent
802ad6d3ee
commit
7851ad8635
1 changed files with 2 additions and 0 deletions
|
@ -296,6 +296,8 @@ KdpDebugLogInit(PKD_DISPATCH_TABLE DispatchTable,
|
|||
ThreadPriority,
|
||||
&Priority,
|
||||
sizeof(Priority));
|
||||
|
||||
ZwClose(ThreadHandle);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue