Skip to content

module-combine-sink: Fix crashes loading and unloading

Fix crashes loading and unloading:

  • Suspend while unloading to fix crash moving sinks
  • Rate adjustment timer is set up when combine sink is resumed and relased when combine sink is suspended. Do not create this timer again while module is loaded to prevent duplicate effort causing assertion in time_callback.

Merge request reports