You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sc...@apache.org on 2019/02/28 01:28:41 UTC

[trafficserver] branch master updated: Fixed memory leaking introduced by 4873

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

scw00 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e2d175  Fixed memory leaking introduced by 4873
5e2d175 is described below

commit 5e2d175071190331ec7e13f05938fa0de936f6d9
Author: scw00 <sc...@apache.org>
AuthorDate: Thu Feb 21 14:38:21 2019 +0800

    Fixed memory leaking introduced by 4873
---
 proxy/http/HttpSM.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/proxy/http/HttpSM.cc b/proxy/http/HttpSM.cc
index 17bc572..05fa35c 100644
--- a/proxy/http/HttpSM.cc
+++ b/proxy/http/HttpSM.cc
@@ -3288,7 +3288,6 @@ HttpSM::tunnel_handler_ua(int event, HttpTunnelConsumer *c)
 
     vc_table.remove_entry(this->ua_entry);
     ua_txn->do_io_close();
-    ua_txn = nullptr;
   } else {
     ink_assert(ua_buffer_reader != nullptr);
     ua_txn->release(ua_buffer_reader);