You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ja...@apache.org on 2016/07/19 00:13:38 UTC

[trafficserver] branch master updated: TS-4684 Leaked references to HostDBInfos from HttpTransact (#811)

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

jacksontj pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  a736ba7   TS-4684 Leaked references to HostDBInfos from HttpTransact (#811)
a736ba7 is described below

commit a736ba75b17d015e70faa488613b914ce16deacb
Author: Thomas Jackson <ja...@gmail.com>
AuthorDate: Mon Jul 18 17:13:31 2016 -0700

    TS-4684 Leaked references to HostDBInfos from HttpTransact (#811)
---
 proxy/http/HttpTransact.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/proxy/http/HttpTransact.h b/proxy/http/HttpTransact.h
index b9dd5de..ddfc11b 100644
--- a/proxy/http/HttpTransact.h
+++ b/proxy/http/HttpTransact.h
@@ -1159,6 +1159,7 @@ public:
       url_map.clear();
       arena.reset();
       pristine_url.clear();
+      hostdb_entry.clear();
 
       delete[] ranges;
       ranges      = NULL;

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].