Loading crypto/cipher-builtin.c +3 −1 Original line number Diff line number Diff line Loading @@ -354,11 +354,13 @@ QCryptoCipher *qcrypto_cipher_new(QCryptoCipherAlgorithm alg, void qcrypto_cipher_free(QCryptoCipher *cipher) { QCryptoCipherBuiltin *ctxt = cipher->opaque; QCryptoCipherBuiltin *ctxt; if (!cipher) { return; } ctxt = cipher->opaque; ctxt->free(cipher); g_free(cipher); } Loading Loading
crypto/cipher-builtin.c +3 −1 Original line number Diff line number Diff line Loading @@ -354,11 +354,13 @@ QCryptoCipher *qcrypto_cipher_new(QCryptoCipherAlgorithm alg, void qcrypto_cipher_free(QCryptoCipher *cipher) { QCryptoCipherBuiltin *ctxt = cipher->opaque; QCryptoCipherBuiltin *ctxt; if (!cipher) { return; } ctxt = cipher->opaque; ctxt->free(cipher); g_free(cipher); } Loading