mirror of https://git.ffmpeg.org/ffmpeg.git
avdevice/v4l2: fix leak of timefilter
Fixes ticket #9844. Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
This commit is contained in:
parent
ad67ea9eee
commit
30aa0c3f48
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue