[FFmpeg-cvslog] avformat/tls_openssl: remove leftover comment

Marvin Scholz git at videolan.org
Mon Jul 7 03:06:50 EEST 2025


ffmpeg | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Jun 25 21:39:33 2025 +0200| [3abc8d507b0616d644166418a9269c42e574c6a4] | committer: Marvin Scholz

avformat/tls_openssl: remove leftover comment

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3abc8d507b0616d644166418a9269c42e574c6a4
---

 libavformat/tls_openssl.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/tls_openssl.c b/libavformat/tls_openssl.c
index bec9b24f08..404d2186f1 100644
--- a/libavformat/tls_openssl.c
+++ b/libavformat/tls_openssl.c
@@ -369,7 +369,6 @@ einval_end:
     ret = AVERROR(EINVAL);
 end:
     X509_NAME_free(subject);
-    //av_bprint_finalize(&fingerprint, NULL);
     return ret;
 }
 



More information about the ffmpeg-cvslog mailing list