diff --git a/plugins/qca-ossl/qca-ossl.cpp b/plugins/qca-ossl/qca-ossl.cpp index 21041f3e..ee872d72 100644 --- a/plugins/qca-ossl/qca-ossl.cpp +++ b/plugins/qca-ossl/qca-ossl.cpp @@ -5013,6 +5013,7 @@ public: const SSL_CIPHER *thisCipher = sk_SSL_CIPHER_value(sk, i); cipherList += QString::fromLatin1(SSL_CIPHER_standard_name(thisCipher)); } + sk_SSL_CIPHER_free(sk); SSL_free(ssl); SSL_CTX_free(ctx);