]> git.sesse.net Git - ffmpeg/commit
lavf/hls: fix memory leak in error handling path for option tmp
authorJun Zhao <barryjzhao@tencent.com>
Fri, 13 Sep 2019 11:53:37 +0000 (19:53 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Sat, 14 Sep 2019 02:02:00 +0000 (10:02 +0800)
commit0c5726a332734d18821e03779f94d1af8e251641
tree4cdb8e23d33d9878db2e0c922150db28e5ab7841
parent90a5bebd19ea025044f73edfa9984e7bc964a5eb
lavf/hls: fix memory leak in error handling path for option tmp

fix memory leak in error handling path for option tmp.

Reviewed-by: Steven Liu <lq@onvideo.cn>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
libavformat/hls.c