mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
- Fix memleak on `php -v'
This commit is contained in:
parent
b83af94c2b
commit
8480b7f4be
1 changed files with 1 additions and 0 deletions
|
@ -704,6 +704,7 @@ static int do_cli(int argc, char **argv TSRMLS_DC) /* {{{ */
|
|||
#endif
|
||||
get_zend_version()
|
||||
);
|
||||
sapi_deactivate(TSRMLS_C);
|
||||
goto out;
|
||||
|
||||
case 'm': /* list compiled in modules */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue