mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
- MFB: close manually the impersonation token
This commit is contained in:
parent
b5bb633873
commit
9ef3984d71
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,10 @@ static void tsrm_win32_dtor(tsrm_win32_globals *globals TSRMLS_DC)
|
|||
}
|
||||
|
||||
free(globals->comspec);
|
||||
|
||||
If(globals->impersonation_token) {
|
||||
CloseHandle(globals->impersonation_token);
|
||||
}
|
||||
}
|
||||
|
||||
TSRM_API void tsrm_win32_startup(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue