diff options
Diffstat (limited to 'isp/omap3isp.c')
-rw-r--r-- | isp/omap3isp.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |