Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media: c8sectpfe: fix double free in configure_channels()
The configure_channels() function has a double free because configure_memdma_and_inputblock() calls free_input_block() and then it's called again in the error handling code. Link: https://lore.kernel.org/linux-media/20211208073544.GA22020@kili Fixes: c5f5d0f ("[media] c8sectpfe: STiH407/10 Linux DVB demux support") Signed-off-by: Dan Carpenter <[email protected]> Reviewed-by: Patrice Chotard <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
- Loading branch information