> On Dec 1, 2021, at 11:25 AM, Steven Liu wrote:
>
> From: Steven Liu
>
> Because the s->buffer has been freed by av_freep in avio_closep.
> It should not av_freep the buffer in label fail after avio_closep.
> Then just move the av_freep before avio_closep and remove the label fail.
The pat
From: Steven Liu
Because the s->buffer has been freed by av_freep in avio_closep.
It should not av_freep the buffer in label fail after avio_closep.
Then just move the av_freep before avio_closep and remove the label fail.
Reported-by: TOTE Robot
Signed-off-by: Steven Liu
---
libavformat/avio