Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122144
b: refs/heads/master
c: 6daad37
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed Nov 25, 2008
1 parent a3e2a6b commit 9ae2bc4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 69d728baf620839d1a3c874eecac316729f89de4
refs/heads/master: 6daad37230ab02bb593d179d704079d4b5912bd7
2 changes: 0 additions & 2 deletions trunk/net/ipv4/ah4.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,7 @@ static void ah_destroy(struct xfrm_state *x)
return;

kfree(ahp->work_icv);
ahp->work_icv = NULL;
crypto_free_hash(ahp->tfm);
ahp->tfm = NULL;
kfree(ahp);
}

Expand Down
2 changes: 0 additions & 2 deletions trunk/net/ipv6/ah6.c
Original file line number Diff line number Diff line change
Expand Up @@ -509,9 +509,7 @@ static void ah6_destroy(struct xfrm_state *x)
return;

kfree(ahp->work_icv);
ahp->work_icv = NULL;
crypto_free_hash(ahp->tfm);
ahp->tfm = NULL;
kfree(ahp);
}

Expand Down

0 comments on commit 9ae2bc4

Please sign in to comment.