On Thu, Jun 14, 2018 at 9:44 PM Nicolas George wrote:
>
> Jun Zhao (2018-06-13):
> > need to call av_bprint_finalize to free the memory source to match
> > av_bprint_init.
>
> As you may have seen, in this case too, the buffer is never allocated
> dynamically.
>
> The av_bprint_finalize() already
Jun Zhao (2018-06-13):
> need to call av_bprint_finalize to free the memory source to match
> av_bprint_init.
As you may have seen, in this case too, the buffer is never allocated
dynamically.
The av_bprint_finalize() already present is thus useless (I think the
mistake is mine), but not harmful