media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak
Free the memory allocated in v4l2_ctrl_handler_init on release. Fixes: a8ef0488cc59 ("media: imx: add csc/scaler mem2mem device") Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
a38cd27c9e
commit
4797a3dd46
@ -803,6 +803,7 @@ static int ipu_csc_scaler_release(struct file *file)
|
||||
|
||||
dev_dbg(priv->dev, "Releasing instance %p\n", ctx);
|
||||
|
||||
v4l2_ctrl_handler_free(&ctx->ctrl_hdlr);
|
||||
v4l2_m2m_ctx_release(ctx->fh.m2m_ctx);
|
||||
v4l2_fh_del(&ctx->fh);
|
||||
v4l2_fh_exit(&ctx->fh);
|
||||
|
Loading…
x
Reference in New Issue
Block a user