You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ipc: clear dangling pipeline comp refs on instance free
ipc_comp_free() freed a component that a completed pipeline
still referenced via source_comp/sink_comp/sched_comp,
so a later SET_PIPELINE_STATE dereferenced the freed comp_dev.
Clear those references on free and bail out of
pipeline_get_host_dev() when an endpoint is gone.
Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
0 commit comments