]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpDxe/HttpProto.c
NetworkPkg/HttpDxe: TlsChildHandle is not cleared when reset
[mirror_edk2.git] / NetworkPkg / HttpDxe / HttpProto.c
index 3c7c6ff9f0ce616d7e40d60126ccdd7d7d96bdbb..afc7db5a726f62cf85965122061a4b68e5a3fcbc 100644 (file)
@@ -873,6 +873,7 @@ HttpCleanProtocol (
     // Destroy the TLS instance.\r
     //\r
     HttpInstance->TlsSb->DestroyChild (HttpInstance->TlsSb, HttpInstance->TlsChildHandle);\r
+    HttpInstance->TlsChildHandle = NULL;\r
   }\r
 \r
   if (HttpInstance->Tcp4ChildHandle != NULL) {\r