[FFmpeg-devel] [PATCH] libavformat/icecast.c Add Icecast protocol

Marvin Scholz epirat07 at gmail.com
Sun Aug 3 23:53:21 CEST 2014


>> +    if (user)
>> +        av_freep(&user);
>> +    if (headers)
>> +        av_freep(&headers);
>
> pointless ifs

I'm pretty sure I need it, since there are possible cases where these 
are not allocated and I can't free them.


More information about the ffmpeg-devel mailing list