diff --git a/net/ipv6/anycast.c b/net/ipv6/anycast.c index 840a33d33296..2f829e1a3484 100644 --- a/net/ipv6/anycast.c +++ b/net/ipv6/anycast.c @@ -465,6 +465,7 @@ static inline struct ifacaddr6 *ac6_get_first(struct seq_file *seq) break; } read_unlock_bh(&idev->lock); + in6_dev_put(idev); } return im; }