Files
ComfyUI_frontend/src
DrJKL 47066ef445 fix: make subgraph-definition GC reference-aware for nested definitions
Removing the last instance of a subgraph recursed unconditionally into
nested definitions: a nested definition still instanced elsewhere had its
inner nodes' badge registrations stripped and removal lifecycle fired
while live, while a definition referenced only inside the removed subtree
leaked its link topologies, reroute chains, and registry entry forever.
Compute the releasable set by excluding the removed instance from the
live-reference walk, then release each definition exactly once: lifecycle
first, then badge/link/reroute unregistration and registry removal.
2026-07-15 18:48:33 -07:00
..
2026-07-03 02:31:41 +00:00
2026-01-27 17:59:19 -08:00