X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavformat%2Frtmphttp.c;h=c920c19ab5b971dfdf93012b1632d54b706da706;hb=f4f5da0d9167bb3ebf7519ded2a9965bac5404bf;hp=ef6146ca8640eaa13ca9c374f9553702e13b10d3;hpb=2d62e06ff6a9f3dbd78136c1dc4a315a727c6f00;p=ffmpeg diff --git a/libavformat/rtmphttp.c b/libavformat/rtmphttp.c index ef6146ca864..c920c19ab5b 100644 --- a/libavformat/rtmphttp.c +++ b/libavformat/rtmphttp.c @@ -176,7 +176,7 @@ static int rtmp_http_close(URLContext *h) } av_freep(&rt->out_data); - ffurl_close(rt->stream); + ffurl_closep(&rt->stream); return ret; }