1
0
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:
Niels Dossche
2025-12-19 14:19:21 -08:00
committed by GitHub
parent 4315c3a5aa
commit 420f3dce52

View File

@@ -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);
}
/* }}} */