mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 04:57:54 +00:00
[host] windows: close handle to token in enablePriv
This should eliminate all handle leaks resulting from killing the host.
This commit is contained in:
parent
e401513552
commit
8f27789d25
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ bool enablePriv(const char * name)
|
|||
goto fail;
|
||||
}
|
||||
|
||||
CloseHandle(hToken);
|
||||
return true;
|
||||
|
||||
fail:
|
||||
|
|
Loading…
Reference in a new issue