On Mon, Apr 20, 2020 at 4:24 PM Jun Zhao <mypopy...@gmail.com> wrote:
>
> From: Jun Zhao <barryjz...@tencent.com>
>
> fix resource leak in mbedtls part.
>
> fix #8614
>
> Signed-off-by: Jun Zhao <barryjz...@tencent.com>
> ---
>  libavformat/tls_mbedtls.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/libavformat/tls_mbedtls.c b/libavformat/tls_mbedtls.c
> index 9b80a1e..965adf1 100644
> --- a/libavformat/tls_mbedtls.c
> +++ b/libavformat/tls_mbedtls.c
> @@ -62,6 +62,7 @@ static int tls_close(URLContext *h)
>      mbedtls_ctr_drbg_free(&tls_ctx->ctr_drbg_context);
>      mbedtls_entropy_free(&tls_ctx->entropy_context);
>
> +    ffurl_closep(&tls_ctx->tls_shared.tcp);
>      return 0;
>  }
>
> --
> 2.7.4
>
Will apply the patch, tks
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to