mirror of
https://github.com/php/php-src.git
synced 2026-04-10 17:43:13 +02:00
Fixed memory leak
This commit is contained in:
@@ -3463,6 +3463,7 @@ static void php_putenv_destructor(zval *zv) /* {{{ */
|
||||
|
||||
efree(pe->putenv_string);
|
||||
efree(pe->key);
|
||||
efree(pe);
|
||||
}
|
||||
/* }}} */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user