mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Don't free the underlying nodes if we still have objects pointing to them, otherwise the objects are left with a NULL node pointer. Closes GH-17046.