]> git.sesse.net Git - ffmpeg/commit
avformat/dashdec: Fix memleak when resolve_content_path
authorJacek Jendrzej <overx300@gmail.com>
Tue, 7 Aug 2018 03:32:05 +0000 (11:32 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Tue, 7 Aug 2018 04:31:55 +0000 (12:31 +0800)
commit0cf5e6b5b4e162efd71e0e331b0aa87d903517e3
tree9b49c75c30094582549a91d04dde30a86867d627
parent2f45378ba14417cbb4fc9494ba941cb06443c4f9
avformat/dashdec: Fix memleak when resolve_content_path

Can be reproduced with:  valgrind  --leak-check=full  -v ffmpeg -i
http://yt-dash-mse-test.commondatastorage.googleapis.com/media/motion-20120802-manifest.mpd

Reviewed-by: Steven Liu <lq@onvideo.cn>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
libavformat/dashdec.c