[FFmpeg-devel] [PATCH 0/5] fix multiple memory leaks

Lidong Yan yldhome2d2 at gmail.com
Sun Jun 29 09:43:23 EEST 2025


This patch series fix multiple memory leaks in error path and early
return point.

Lidong Yan (5):
  avcodec/utvideodec: fix leaks in decode_plane() and decode_plane10()
  avformat/rtpdec_latm: fix leak in parse_fmtp_config()
  swscale/graph: fix leak in adapt_colors()
  avcodec/sunrast: fix leak in sunrast_decode_frame()
  avformat/rtpdec_asf: fix leak in ff_wms_parse_sdp_a_line()

 libavcodec/sunrast.c      | 4 +++-
 libavcodec/utvideodec.c   | 6 ++++--
 libavformat/rtpdec_asf.c  | 4 +++-
 libavformat/rtpdec_latm.c | 2 +-
 libswscale/graph.c        | 4 +++-
 5 files changed, 14 insertions(+), 6 deletions(-)

-- 
2.50.0.106.gf0135a9047.dirty



More information about the ffmpeg-devel mailing list