mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 20:37:04 +00:00
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);
|
mmap_close(s);
|
||||||
|
|
||||||
|
ff_timefilter_destroy(s->timefilter);
|
||||||
v4l2_close(s->fd);
|
v4l2_close(s->fd);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user