mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
56af25cc1c
When `!value_ptr` is handled, memory is allocated at line 3314. At later exit paths, `outside` (pointing to `value_ptr`) is freed, but not when exiting via the `REQUIRE_NON_EMPTY` macro. Closes GH-20169.