]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.c
NetworkPkg/TlsAuthConfigDxe: Remove the extra FreePool
[mirror_edk2.git] / NetworkPkg / TlsAuthConfigDxe / TlsAuthConfigDxe.c
index 351656ff0cf93d5afc6dc7eeb52f44d92e5f90ed..403afbb815382e0c75bd1bb85e46deae671b67af 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The DriverEntryPoint for TlsAuthConfigDxe driver.\r
 \r
-  Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -128,8 +128,7 @@ TlsAuthConfigDxeDriverEntryPoint (
 \r
 ON_ERROR:\r
   TlsAuthConfigFormUnload (PrivateData);\r
-  FreePool (PrivateData);\r
-\r
+  \r
   return Status;\r
 }\r
 \r