avformat/tls_openssl: remove leftover comment

This commit is contained in:
Marvin Scholz 2025-06-25 21:39:33 +02:00
parent 816dad231f
commit 3abc8d507b

View file

@ -369,7 +369,6 @@ einval_end:
ret = AVERROR(EINVAL);
end:
X509_NAME_free(subject);
//av_bprint_finalize(&fingerprint, NULL);
return ret;
}