Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235070
b: refs/heads/master
c: 33c7c0f
h: refs/heads/master
v: v3
  • Loading branch information
Davidlohr Bueso authored and Herbert Xu committed Jan 29, 2011
1 parent 3653216 commit e20d0a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5efb94ee144c1c7290652495a0f4f29cae845a62
refs/heads/master: 33c7c0fb20dbbaca67fcf362f875758ba312f58d
3 changes: 1 addition & 2 deletions trunk/crypto/ablkcipher.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e20d0a4

Please sign in to comment.