Skip to content

Streambarbs: Fixed missing memory release and only compute when SBs are enabled.

Closes #391 (closed).

Streambarbs did not release the memory when the active data changed, leading the reference counter to only increase. This MR fixes it. Also only compute the Streambarbs when they are actually enabled.

Merge request reports