diff options
Diffstat (limited to 'net/ipv4/ip_fragment.c')
-rw-r--r-- | net/ipv4/ip_fragment.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/ip_fragment.c b/net/ipv4/ip_fragment.c index 314593b20506..453ae041edde 100644 --- a/net/ipv4/ip_fragment.c +++ b/net/ipv4/ip_fragment.c | |||
@@ -171,7 +171,6 @@ static __inline__ void ip4_frag_free(struct inet_frag_queue *q) | |||
171 | qp = container_of(q, struct ipq, q); | 171 | qp = container_of(q, struct ipq, q); |
172 | if (qp->peer) | 172 | if (qp->peer) |
173 | inet_putpeer(qp->peer); | 173 | inet_putpeer(qp->peer); |
174 | kfree(qp); | ||
175 | } | 174 | } |
176 | 175 | ||
177 | 176 | ||