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

bcall 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 ebd16da  coverity 1367517: Destroy held lock
ebd16da is described below

commit ebd16da3bdb05746798e0bd9690ee6d2142b494e
Author: Bryan Call <bc...@apache.org>
AuthorDate: Tue Dec 12 18:54:50 2017 -0800

    coverity 1367517: Destroy held lock
---
 mgmt/FileManager.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mgmt/FileManager.cc b/mgmt/FileManager.cc
index 23fb028..ad2de62 100644
--- a/mgmt/FileManager.cc
+++ b/mgmt/FileManager.cc
@@ -76,6 +76,7 @@ FileManager::~FileManager()
 
   ink_hash_table_destroy(bindings);
 
+  ink_mutex_release(&accessLock);
   ink_mutex_destroy(&accessLock);
   ink_mutex_destroy(&cbListLock);
 }

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

Reply via email to