Skip to content

Fix for unconfig->config transition

Kristof Schmieden requested to merge FixForUnconfigConfig into master

several objects were deleted in the unconfigure transition but created during setup, which is called in the initialize transition. Now all objects created in setup are only destroyed in the destructor of the class. This fixes the problem LAr was experiencing.

Merge request reports