aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/jfdctint_template.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2019-08-09 03:43:57 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-04-01 05:34:11 +0200
commit7464a260983182a1603a8a5923fac0a0f0e17b5f (patch)
tree9cf76c9e96aacbec92e71211f1d4a01b8a974f4c /libavcodec/jfdctint_template.c
parentf4190a49ae2a3b17a12eaf75c1e9c3dfdae3e9e3 (diff)
downloadffmpeg-7464a260983182a1603a8a5923fac0a0f0e17b5f.tar.gz
avformat/audiointerleave: Fix memleak
If ff_interleave_add_packet failed, the content of the newly created packet new_pkt would leak. Also, it is unnecessary to zero-initialize a packet that will be put into av_new_packet lateron as the latter already initializes the packet. Therefore this has been removed, too. Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/jfdctint_template.c')
0 files changed, 0 insertions, 0 deletions