diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-06-02 14:32:50 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-02 14:38:03 +0200 |
commit | 74ece44373a90f52cc134351c5dbcb596a422bce (patch) | |
tree | 2ddf9f8b517ea74dc91745be4d98a9b7fdbfbc99 | |
parent | bf0e5ac9cc58353ea4ae5808f87384bd381820bf (diff) | |
download | ffmpeg-74ece44373a90f52cc134351c5dbcb596a422bce.tar.gz |
avformat/mux: fix memleak of side data in flac fate tests
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavformat/mux.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/mux.c b/libavformat/mux.c index 12dedeb498..4edb6529c7 100644 --- a/libavformat/mux.c +++ b/libavformat/mux.c @@ -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) { |