problem was new, cleaner, smarter tree destructor
authorChris Koeritz <fred@gruntose.com>
Sun, 3 Oct 2021 01:23:14 +0000 (21:23 -0400)
committerChris Koeritz <fred@gruntose.com>
Sun, 3 Oct 2021 01:23:14 +0000 (21:23 -0400)
commit84fc634d86157509079210d5b103deaa2122f9b7
tree43246c1609a5562e21f50180dedd14125eb18ecb
parente42eabb57641a219691f3ce61b29f363b9aaef5d
problem was new, cleaner, smarter tree destructor

it seems like a good algorithm but is somehow causing double deletes, where the second delete sees a malconfigured object.  not good.
nucleus/library/nodes/symbol_tree.cpp
nucleus/library/nodes/tree.cpp
nucleus/library/tests_nodes/test_symbol_tree.cpp