Revert to clear method
authorScott Cantor <cantor.2@osu.edu>
Sat, 3 Dec 2011 22:59:37 +0000 (22:59 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sat, 3 Dec 2011 22:59:37 +0000 (22:59 +0000)
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();