Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228036
b: refs/heads/master
c: 391a169
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Nov 10, 2010
1 parent d406065 commit d912fa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 5712dc7fc812d1bdbc5e634d389bc759d4e7550c
refs/heads/master: 391a169e99c789d59ef2a6b0cb80d1c6f63238dd
6 changes: 2 additions & 4 deletions trunk/drivers/staging/pohmelfs/crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,8 @@ int pohmelfs_crypto_engine_init(struct pohmelfs_crypto_engine *e, struct pohmelf

void pohmelfs_crypto_engine_exit(struct pohmelfs_crypto_engine *e)
{
if (e->hash)
crypto_free_hash(e->hash);
if (e->cipher)
crypto_free_ablkcipher(e->cipher);
crypto_free_hash(e->hash);
crypto_free_ablkcipher(e->cipher);
kfree(e->data);
}

Expand Down

0 comments on commit d912fa8

Please sign in to comment.