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
avformat/mux: fix memleak of side data in flac fate tests
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer
11 years ago
parent
bf0e5ac9cc
commit
74ece44373
1 changed files
with
0 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavformat/mux.c
+ 0
- 1
libavformat/mux.c
View File
@@ -675,7 +675,6 @@ FF_ENABLE_DEPRECATION_WARNINGS
av_free(this_pktl);
av_free(this_pktl);
return ret;
return ret;
}
}
av_copy_packet_side_data(&this_pktl->pkt, &this_pktl->pkt); // copy side data
}
}
if (s->streams[pkt->stream_index]->last_in_packet_buffer) {
if (s->streams[pkt->stream_index]->last_in_packet_buffer) {
Write
Preview
Loading…
Cancel
Save