]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv4/ah4.c
ah4/ah6: remove useless NULL assignments
[karo-tx-linux.git] / net / ipv4 / ah4.c
index 3f205181712d3f7b901ef7bf43476e410a588633..992ecd8662e2d9b1a7949be449c971eb3faf6c5a 100644 (file)
@@ -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);
 }