diff --git a/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.c b/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.c
index 351656ff0c..403afbb815 100644
--- a/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.c
+++ b/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.c
@@ -1,7 +1,7 @@
/** @file
The DriverEntryPoint for TlsAuthConfigDxe driver.
- Copyright (c) 2016, Intel Corporation. All rights reserved.
+ Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -128,8 +128,7 @@ TlsAuthConfigDxeDriverEntryPoint (
ON_ERROR:
TlsAuthConfigFormUnload (PrivateData);
- FreePool (PrivateData);
-
+
return Status;
}