diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c index 5340382d57..be422d7c8c 100644 --- a/libavdevice/v4l2.c +++ b/libavdevice/v4l2.c @@ -1011,6 +1011,7 @@ static int v4l2_read_close(AVFormatContext *ctx) mmap_close(s); + ff_timefilter_destroy(s->timefilter); v4l2_close(s->fd); return 0; }