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

2025-06-28 Thread Lidong Yan
This patch series fix multiple memory leaks in error path and early return point. -BEGIN PGP PUBLIC KEY BLOCK- mDMEaEpkmRYJKwYBBAHaRw8BAQdAGwGqH/Dwod+i6kR0/Rhn5GanJ7wK8mM9tWP/ W2qu8Ti0HTUwMjAyNDMzMDA1NkBzbWFpbC5uanUuZWR1LmNuiJkEExYKAEEWIQQC zskBcOehk1y8GoKZR31bPD+6owUCaEpkmQIbAwUJBaOagAUL

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

2025-06-28 Thread Lidong Yan
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 i