[FFmpeg-devel] [PATCH] avformat/rtpdec_asf: free the buffer pointed by the AVIOContext

Carl Eugen Hoyos ceffmpeg at gmail.com
Mon Nov 6 20:54:46 EET 2017


2017-11-06 17:29 GMT+01:00 James Almer <jamrial at gmail.com>:
> Don't free the buffer allocated in ff_wms_parse_sdp_a_line() after
> calling avformat_open_input(), as it may free it and replace it with
> another one.
>
> Should fix ticket #6808

I can confirm that the patch fixes the issue, consider using av_freep.

Thank you, Carl Eugen


More information about the ffmpeg-devel mailing list