Fix a corrupted memory access

This commit is contained in:
Zeev Suraski 2001-07-27 07:37:16 +00:00
parent 73ea4d9ca6
commit e280c3e555

View File

@ -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;
}
/* }}} */