NetworkPkg/TlsAuthConfigDxe: Remove the extra FreePool

Cc: Long Qin <qin.long@intel.com>
Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
Reviewed-by: Long Qin <qin.long@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
This commit is contained in:
Jiaxin Wu 2017-10-19 13:56:25 +08:00
parent 6b08dd6eb8
commit 4c19e1d2e1

View File

@ -1,7 +1,7 @@
/** @file /** @file
The DriverEntryPoint for TlsAuthConfigDxe driver. The DriverEntryPoint for TlsAuthConfigDxe driver.
Copyright (c) 2016, Intel Corporation. All rights reserved.<BR> Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
@ -128,7 +128,6 @@ TlsAuthConfigDxeDriverEntryPoint (
ON_ERROR: ON_ERROR:
TlsAuthConfigFormUnload (PrivateData); TlsAuthConfigFormUnload (PrivateData);
FreePool (PrivateData);
return Status; return Status;
} }