mirror of
https://github.com/textmate/textmate.git
synced 2026-01-20 20:27:59 -05:00
A DFA node may be disposed as part of DFA construction (because the node is redundant) and here it would have “next” pointers setup, which it should not follow in its destructor, since those nodes could still be used. Fixes #1086