mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
Fix a corrupted memory access
This commit is contained in:
parent
73ea4d9ca6
commit
e280c3e555
@ -779,13 +779,14 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine
|
||||
if (cgi_sapi_module.php_ini_path_override) {
|
||||
free(cgi_sapi_module.php_ini_path_override);
|
||||
}
|
||||
#ifdef ZTS
|
||||
tsrm_shutdown();
|
||||
#endif
|
||||
} zend_catch {
|
||||
exit_status = -1;
|
||||
} zend_end_try();
|
||||
|
||||
#ifdef ZTS
|
||||
tsrm_shutdown();
|
||||
#endif
|
||||
|
||||
return exit_status;
|
||||
}
|
||||
/* }}} */
|
||||
|
Loading…
Reference in New Issue
Block a user