mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
standard: Move freeing of temp buffer and use efree variant (#20738)
This commit is contained in:
@@ -663,11 +663,10 @@ parse_eol:
|
||||
p = e;
|
||||
goto parse_eol;
|
||||
}
|
||||
|
||||
zend_string_efree(target_buf);
|
||||
}
|
||||
|
||||
if (target_buf) {
|
||||
zend_string_free(target_buf);
|
||||
}
|
||||
php_stream_close(stream);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
Reference in New Issue
Block a user