This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avdevice/iec61883: free the private context at the end
Fixes part of ticket
#7146
. Signed-off-by: James Almer <jamrial@gmail.com>
tags/n4.1
James Almer
7 years ago
parent
b8629654c6
commit
5079e96bcc
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavdevice/iec61883.c
+ 1
- 0
libavdevice/iec61883.c
View File
@@ -463,6 +463,7 @@ static int iec61883_close(AVFormatContext *context)
} else {
iec61883_dv_fb_stop(dv->iec61883_dv);
iec61883_dv_fb_close(dv->iec61883_dv);
av_freep(&dv->dv_demux);
}
while (dv->queue_first) {
DVPacket *packet = dv->queue_first;
Write
Preview
Loading…
Cancel
Save