diff --git a/[refs] b/[refs] index 8fe4032c1c52..92acd839822b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dd6eec242bb2df73743f07535d2bacd6707c6300 +refs/heads/master: b884f8b901b968b90d8d1b82d388583fa1b2605d diff --git a/trunk/crypto/lrw.c b/trunk/crypto/lrw.c index 358f80be2bf9..fca3246a953f 100644 --- a/trunk/crypto/lrw.c +++ b/trunk/crypto/lrw.c @@ -220,6 +220,7 @@ static int init_tfm(struct crypto_tfm *tfm) if (crypto_cipher_blocksize(cipher) != 16) { *flags |= CRYPTO_TFM_RES_BAD_BLOCK_LEN; + crypto_free_cipher(cipher); return -EINVAL; }