From: Laszlo Ersek Date: Thu, 22 Mar 2018 09:31:55 +0000 (+0100) Subject: NetworkPkg/HttpDxe: use error handler epilogue in TlsConfigCertificate() X-Git-Tag: edk2-stable201903~2039 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=6f3487a79b41e72782c5baea996c294b4ce38960;hp=6f3487a79b41e72782c5baea996c294b4ce38960 NetworkPkg/HttpDxe: use error handler epilogue in TlsConfigCertificate() Introduce a FreeCACert label near the end of the function, so that we can keep the FreePool(CACert) statement centralized for error and success exits. Cc: Jiaxin Wu Cc: Siyuan Fu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek Reviewed-by: Fu Siyuan Reviewed-by: Jiaxin Wu ---