You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2015/04/25 23:20:49 UTC

trafficserver git commit: TS-3505 Maybe quiet Coverity warning...

Repository: trafficserver
Updated Branches:
  refs/heads/master e9e7d5197 -> 8afc29620


TS-3505 Maybe quiet Coverity warning...


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/8afc2962
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/8afc2962
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/8afc2962

Branch: refs/heads/master
Commit: 8afc2962074dea8b76307d6a3546ab6b84956f98
Parents: e9e7d51
Author: Leif Hedstrom <zw...@apache.org>
Authored: Sat Apr 25 14:53:25 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Sat Apr 25 15:07:40 2015 -0600

----------------------------------------------------------------------
 plugins/experimental/cache_promote/cache_promote.cc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8afc2962/plugins/experimental/cache_promote/cache_promote.cc
----------------------------------------------------------------------
diff --git a/plugins/experimental/cache_promote/cache_promote.cc b/plugins/experimental/cache_promote/cache_promote.cc
index 03ba17c..e74527b 100644
--- a/plugins/experimental/cache_promote/cache_promote.cc
+++ b/plugins/experimental/cache_promote/cache_promote.cc
@@ -459,6 +459,7 @@ TSRemapInit(TSRemapInterface *api_info, char *errbuf, int errbuf_size)
 TSReturnCode
 TSRemapNewInstance(int argc, char *argv[], void **ih, char * /* errbuf */, int /* errbuf_size */)
 {
+  // coverity[RESOURCE_LEAK];
   PromotionConfig *config = new PromotionConfig;
   TSCont contp = TSContCreate(cont_handle_policy, TSMutexCreate());