Commit 74ece443 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/mux: fix memleak of side data in flac fate tests

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent bf0e5ac9
......@@ -675,7 +675,6 @@ FF_ENABLE_DEPRECATION_WARNINGS
av_free(this_pktl);
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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment