This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.2.x by this push:
     new b55325581d delete simple_server_retry_responses (#11044)
b55325581d is described below

commit b55325581da1e91b3b7b36ac20cb8196b6eb1140
Author: Jasmine Emanouel <[email protected]>
AuthorDate: Thu Feb 8 11:53:54 2024 +1100

    delete simple_server_retry_responses (#11044)
    
    (cherry picked from commit f6489da399bc2b7a5395f622902be6ab80da50f2)
---
 proxy/ParentSelection.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/proxy/ParentSelection.cc b/proxy/ParentSelection.cc
index 8c0b54e072..6cdd1611f8 100644
--- a/proxy/ParentSelection.cc
+++ b/proxy/ParentSelection.cc
@@ -860,6 +860,7 @@ ParentRecord::~ParentRecord()
   ats_free(secondary_parents);
   delete selection_strategy;
   delete unavailable_server_retry_responses;
+  delete simple_server_retry_responses;
 }
 
 void

Reply via email to