From e20d0a4ced71b1c3d1ef654f17d414ae05117840 Mon Sep 17 00:00:00 2001 From: Davidlohr Bueso Date: Sat, 29 Jan 2011 15:09:43 +1100 Subject: [PATCH] --- yaml --- r: 235070 b: refs/heads/master c: 33c7c0fb20dbbaca67fcf362f875758ba312f58d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/crypto/ablkcipher.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 153031464d79..5979ae760b17 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5efb94ee144c1c7290652495a0f4f29cae845a62 +refs/heads/master: 33c7c0fb20dbbaca67fcf362f875758ba312f58d diff --git a/trunk/crypto/ablkcipher.c b/trunk/crypto/ablkcipher.c index a854df2a5a4b..fdc67d38660b 100644 --- a/trunk/crypto/ablkcipher.c +++ b/trunk/crypto/ablkcipher.c @@ -141,8 +141,7 @@ int ablkcipher_walk_done(struct ablkcipher_request *req, if (walk->iv != req->info) memcpy(req->info, walk->iv, tfm->crt_ablkcipher.ivsize); - if (walk->iv_buffer) - kfree(walk->iv_buffer); + kfree(walk->iv_buffer); return err; }