We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cc689 commit 9b633caCopy full SHA for 9b633ca
1 file changed
src/main.c
@@ -44,6 +44,7 @@ static void PyXmlSec_Free(int what) {
44
PYXMLSEC_DEBUGF("free resources %d", what);
45
switch (what) {
46
case _PYXMLSEC_FREE_ALL:
47
+ xmlSecCryptoShutdown();
48
xmlSecCryptoAppShutdown();
49
case _PYXMLSEC_FREE_CRYPTOLIB:
50
#ifndef XMLSEC_NO_CRYPTO_DYNAMIC_LOADING
0 commit comments