aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/graph/graphprint.c
diff options
context:
space:
mode:
authorLidong Yan <yldhome2d2@gmail.com>2025-06-29 14:45:26 +0800
committerMichael Niedermayer <michael@niedermayer.cc>2025-07-03 23:05:27 +0200
commite68599f551de5a932bd7cb09db66d77ad52464dd (patch)
tree32013667e02811e9f13e76b8d7e38b79fa29dcdc /fftools/graph/graphprint.c
parent98afcd3da776df40955257daf63b6bf8c1fd764e (diff)
downloadffmpeg-e68599f551de5a932bd7cb09db66d77ad52464dd.tar.gz
avformat/rtpdec_asf: fix leak in ff_wms_parse_sdp_a_line()
In ff_wms_parse_sdp_a_line(), it allocates memory in buf, but doesn't free buf when avformat_alloc_context() failed. Add av_free(buf) before return to prevent from leak. Signed-off-by: Lidong Yan <502024330056@smail.nju.edu.cn> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'fftools/graph/graphprint.c')
0 files changed, 0 insertions, 0 deletions