mirror of
https://github.com/php/php-src.git
synced 2026-04-21 23:18:13 +02:00
178dcd4749
free_object_storage intentionally does not free the object allocations to make sure that they show up as leaks. However, if the object is in the GC root buffer, the later GC run may end up freeing the allocation, hiding the leak. Avoid this by moving the final GC run before free_object_storage, the way it was done before fast_shutdown was integrated into core.
44 KiB
44 KiB