6aac2db CryptoPkg/TlsLib: Remove the redundant free of BIO objects

Authored and Committed by Jiaxin Wu 6 years ago
    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>