mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
Fix build
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ static void tsrm_win32_dtor(tsrm_win32_globals *globals TSRMLS_DC)
|
||||
|
||||
free(globals->comspec);
|
||||
|
||||
If(globals->impersonation_token) {
|
||||
if(globals->impersonation_token) {
|
||||
CloseHandle(globals->impersonation_token);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user