Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDRC: Improve Resource Cleanup in multiband_drc_free
- Added comprehensive documentation for multiband_drc_free function, detailing its purpose, parameters, and the cleanup process. - Introduced validation to check if component data (`cd`) is not NULL before freeing associated resources. - Ensured all allocated resources are properly freed, and nullified the private module data pointer upon cleanup. - Provided clear log messages indicating the start and successful completion of the free operation. - Included necessary comments to clarify code intent and improve maintainability. Signed-off-by: Shriram Shastry <[email protected]>
- Loading branch information