Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
module_adapter: fix double-free of base_cfg_ext data
Fix handling of input_pins free. Module reset can be called multiple times, so move the resource release to module_adapter_free(). Fixes: 7046004 ("module_adapter_ipc4: Save and pre-parse base_cfg_ext data") Signed-off-by: Kai Vehmanen <[email protected]>
- Loading branch information