mirror of
https://github.com/php/php-src.git
synced 2026-04-08 16:43:44 +02:00
Temporarily store result of ini builder in ini_entries to avoid a leak when main() exists prematurely. Technically ini_entries isn't released either but ASAN doesn't consider unreleased memory referenced from globals leaks.