mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.4'
* PHP-8.4: Fix leak of accel_globals->key
This commit is contained in:
commit
146157ddf0
1 changed files with 0 additions and 2 deletions
|
@ -2977,9 +2977,7 @@ static void accel_globals_ctor(zend_accel_globals *accel_globals)
|
||||||
|
|
||||||
static void accel_globals_dtor(zend_accel_globals *accel_globals)
|
static void accel_globals_dtor(zend_accel_globals *accel_globals)
|
||||||
{
|
{
|
||||||
#ifdef ZTS
|
|
||||||
zend_string_free(accel_globals->key);
|
zend_string_free(accel_globals->key);
|
||||||
#endif
|
|
||||||
if (accel_globals->preloaded_internal_run_time_cache) {
|
if (accel_globals->preloaded_internal_run_time_cache) {
|
||||||
pefree(accel_globals->preloaded_internal_run_time_cache, 1);
|
pefree(accel_globals->preloaded_internal_run_time_cache, 1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue