audk/CryptoPkg/Library/TlsLib
Jiaxin Wu 6aac2db4a1 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: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Long Qin <qin.long@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
2017-08-02 15:31:46 +08:00
..
InternalTlsLib.h CryptoPkg: Convert files to CRLF line ending 2017-04-06 15:42:34 +08:00
TlsConfig.c CryptoPkg: Convert files to CRLF line ending 2017-04-06 15:42:34 +08:00
TlsInit.c CryptoPkg/TlsLib: Remove the redundant free of BIO objects 2017-08-02 15:31:46 +08:00
TlsLib.inf CryptoPkg: Convert files to CRLF line ending 2017-04-06 15:42:34 +08:00
TlsLib.uni CryptoPkg: Convert files to CRLF line ending 2017-04-06 15:42:34 +08:00
TlsProcess.c CryptoPkg: Convert files to CRLF line ending 2017-04-06 15:42:34 +08:00