Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236458
b: refs/heads/master
c: 1491017
h: refs/heads/master
v: v3
  • Loading branch information
Ilia Mirkin authored and Greg Kroah-Hartman committed Mar 14, 2011
1 parent 96fb028 commit d9cafa5
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: 43c04d42c3c5a23e2aff330d4d361c733118df80
refs/heads/master: 14910178fcdcca53230afd4155a6c48e230b2919
6 changes: 2 additions & 4 deletions trunk/drivers/staging/pohmelfs/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -601,11 +601,9 @@ void pohmelfs_config_exit(void)

list_del(&g->group_entry);

if (g->hash_string)
kfree(g->hash_string);
kfree(g->hash_string);

if (g->cipher_string)
kfree(g->cipher_string);
kfree(g->cipher_string);

kfree(g);
}
Expand Down

0 comments on commit d9cafa5

Please sign in to comment.