Sequence: do not call release on sub-algorithms

The sub-algorithms are managed by the AlgorithmManager and we only hold a bare pointer to them. Consequently do not call release during finalize to not mess up the reference count.

Merge request reports

Loading