mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-18 09:31:48 +00:00
2af4f7f762
Analyzed data is allocated by Parser but kept as a reference in the cache which in turn is held by the Analyzer. If Analyzer goes away Parser is left with a tree of dangling references. Code is analogous to all other usages of Analyzer + Parser pair.