]> git.proxmox.com Git - mirror_edk2.git/commit - CryptoPkg/Library/TlsLib/TlsInit.c
CryptoPkg/TlsLib: Remove the redundant free of BIO objects
authorJiaxin Wu <jiaxin.wu@intel.com>
Mon, 31 Jul 2017 05:29:40 +0000 (13:29 +0800)
committerJiaxin Wu <jiaxin.wu@intel.com>
Wed, 2 Aug 2017 07:31:46 +0000 (15:31 +0800)
commit6aac2db4a11432b11ba92a0d1652d6ec3d81f353
treeb16664a1db89fd1a03c68895010bf64f6067c0b2
parent9ef28ed3126f3890174ee966c6d48246b80b8ab8
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>
CryptoPkg/Library/TlsLib/TlsInit.c