From 46b4b73123bd4ae12836418f5072e4a71c812940 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 23 Aug 2011 11:58:31 +0200 Subject: omap3isp: Close subdevs when destroying pipelines Signed-off-by: Laurent Pinchart --- isp/omap3isp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'isp') diff --git a/isp/omap3isp.c b/isp/omap3isp.c index a19e65d..a85db10 100644 --- a/isp/omap3isp.c +++ b/isp/omap3isp.c @@ -356,6 +356,7 @@ static void omap3_isp_pipeline_destroy(struct omap3_isp_pipeline *pipe) break; case OMAP3_ISP_ENTITY_ENTITY: + v4l2_subdev_close(entity->entity); free(entity); break; } -- cgit v1.2.3