Call WinDivertShutdown on shutdown
This commit is contained in:
parent
ee4ce8893c
commit
4a8f7ac4fb
|
|
@ -309,6 +309,7 @@ static HANDLE init(char *filter, UINT64 flags) {
|
||||||
|
|
||||||
static int deinit(HANDLE handle) {
|
static int deinit(HANDLE handle) {
|
||||||
if (handle) {
|
if (handle) {
|
||||||
|
WinDivertShutdown(handle, WINDIVERT_SHUTDOWN_BOTH);
|
||||||
WinDivertClose(handle);
|
WinDivertClose(handle);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue