[NTOS:KD] KdpDebugLogInit(): Close the thread handle

Addendum to 07dc415 (r43331).
This commit is contained in:
Serge Gautherie 2020-11-12 01:22:46 +01:00 committed by Jérôme Gardou
parent 802ad6d3ee
commit 7851ad8635

View file

@ -296,6 +296,8 @@ KdpDebugLogInit(PKD_DISPATCH_TABLE DispatchTable,
ThreadPriority,
&Priority,
sizeof(Priority));
ZwClose(ThreadHandle);
}
}