lavf/concatdec: avoid leaking URLs.
Use av_realloc instead of av_realloc_f to keep the original array in case of failure: it is freed in full by the fail label.
Showing
Please
register
or
sign in
to comment
Use av_realloc instead of av_realloc_f to keep the original array in case of failure: it is freed in full by the fail label.