Skip to content
Snippets Groups Projects
Commit dff9be55 authored by Alice Russell's avatar Alice Russell
Browse files

Fix test_fitpropertybrowser unreliable test

The fitpropertybrowser was segfaulting when creating the editors within the init.
This is because the maps containing the property managers and factories are not cleared in the browser destructor as the properties can still be used elsewhere. In testing however these are not cleared and result in pointers to the managers and factories remaining even though the manager has been deleted.
This commit removes the relevant editors from these maps when the destructor is called.
parent 90d50e12
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment