Skip to content
Commit 6aac2db4 authored by Jiaxin Wu's avatar Jiaxin Wu
Browse files

CryptoPkg/TlsLib: Remove the redundant free of BIO objects



TLS BIO objects (InBio/OutBio) will be freed by SSL_free() function.
So, the following free operation (BIO_free) in TlsFree is redundant.
It can be removed directly.

Cc: Ye Ting <ting.ye@intel.com>
Cc: Long Qin <qin.long@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: default avatarWu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: default avatarLong Qin <qin.long@intel.com>
Reviewed-by: default avatarFu Siyuan <siyuan.fu@intel.com>
parent 9ef28ed3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment