Skip to content

Fix a flaky test crashing on exit.

David Thompson requested to merge dcthomp/smtk:crashers into master

After the SMTK wrapper was destroyed, pqSMTKGroupComponentsBehavior's action was being updated; it attempted to fetch the wrapper and dereference it.

Merge request reports