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