mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-30 20:16:42 +08:00
avdevice/v4l2: fix leak of timefilter
Fixes ticket #9844. Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user