mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 00:32:31 +00:00
avformat/mux: fix memleak of side data in flac fate tests
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
bf0e5ac9cc
commit
74ece44373
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user