[cpp-xmltooling] branch master updated: SSPCPP-712 - Shibd leaks file handles on config reload

Scott Cantor cantor.2 at osu.edu
Mon Apr 16 20:54:05 EDT 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-xmltooling.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=de1352774e27221c515018b01056d9c4c3a8cf13

The following commit(s) were added to refs/heads/master by this push:
       new  de13527   SSPCPP-712 - Shibd leaks file handles on config reload
de13527 is described below

commit de1352774e27221c515018b01056d9c4c3a8cf13
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 16 20:53:44 2018 -0400

    SSPCPP-712 - Shibd leaks file handles on config reload
    
    https://issues.shibboleth.net/jira/browse/SSPCPP-712
    
    Add logging library shutdown as final step.
---
 xmltooling/XMLToolingConfig.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xmltooling/XMLToolingConfig.cpp b/xmltooling/XMLToolingConfig.cpp
index 1c3afb9..d6d0d20 100644
--- a/xmltooling/XMLToolingConfig.cpp
+++ b/xmltooling/XMLToolingConfig.cpp
@@ -568,6 +568,7 @@ void XMLToolingInternalConfig::term()
     curl_global_cleanup();
 #endif
    Category::getInstance(XMLTOOLING_LOGCAT ".Config").info("%s library shutdown complete", PACKAGE_STRING);
+   Category::shutdown();
 }
 
 Lockable* XMLToolingInternalConfig::lock()

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list