> 在 2018年1月20日,上午9:14,Brendan McGrath 写道:
>
> If no representation bandwidth value is set, the url value returned
> by get_content_url is corrupt (as it has been freed).
>
> This change ensures the url string is not freed unless it is about
> to be reused
>
> Signed-off-by: Brendan McGrath
>
If no representation bandwidth value is set, the url value returned
by get_content_url is corrupt (as it has been freed).
This change ensures the url string is not freed unless it is about
to be reused
Signed-off-by: Brendan McGrath
---
Changes since v1:
- removed the unneeded 'if' statement (a