1
0
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:
Dmitry Stogov
2014-02-27 22:21:02 +04:00
parent 0e44e0611d
commit 3f4759515c

View File

@@ -3463,6 +3463,7 @@ static void php_putenv_destructor(zval *zv) /* {{{ */
efree(pe->putenv_string);
efree(pe->key);
efree(pe);
}
/* }}} */
#endif