Revert to clear method
authorscantor <scantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Sat, 3 Dec 2011 22:59:37 +0000 (22:59 +0000)
committerscantor <scantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Sat, 3 Dec 2011 22:59:37 +0000 (22:59 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-xmltooling/branches/REL_1@930 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/XMLToolingConfig.cpp

index 217fc76..9f8478e 100644 (file)
@@ -519,7 +519,7 @@ void XMLToolingInternalConfig::term()
 
 #ifndef XMLTOOLING_NO_XMLSEC
     CRYPTO_set_locking_callback(nullptr);
-    g_openssl_locks.release();
+    g_openssl_locks.clear();
 #endif
 
     SchemaValidators.destroyValidators();