ip6: fix skb leak in ip6frag_expire_frag_queue()
[linux-2.6-microblaze.git] / include / net / ipv6_frag.h
index 28aa9b3..1f77fb4 100644 (file)
@@ -94,7 +94,6 @@ ip6frag_expire_frag_queue(struct net *net, struct frag_queue *fq)
                goto out;
 
        head->dev = dev;
-       skb_get(head);
        spin_unlock(&fq->q.lock);
 
        icmpv6_send(head, ICMPV6_TIME_EXCEED, ICMPV6_EXC_FRAGTIME, 0);