Skip to content

Commit 9b633ca

Browse files
committed
Shutdown crypto too
1 parent 28cc689 commit 9b633ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ static void PyXmlSec_Free(int what) {
4444
PYXMLSEC_DEBUGF("free resources %d", what);
4545
switch (what) {
4646
case _PYXMLSEC_FREE_ALL:
47+
xmlSecCryptoShutdown();
4748
xmlSecCryptoAppShutdown();
4849
case _PYXMLSEC_FREE_CRYPTOLIB:
4950
#ifndef XMLSEC_NO_CRYPTO_DYNAMIC_LOADING

0 commit comments

Comments
 (0)