mirror of
https://github.com/php/php-src.git
synced 2026-04-24 16:38:25 +02:00
e0a8c7a8d0
As far as I can determine, this is no longer a problem: We will not try to remove the defining instructions (this is only done if the value is known by SCCP itself) and we also only determine non-refcounted values in this way, so it is not a problem if the FREE is omitted.