diff --git a/[refs] b/[refs] index 50a31134ac1b..d372eda4fe73 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2674c15870f888cb732a564fc504ce17654afc64 +refs/heads/master: dda9fc6b2c59f056e7a2b313b8423b14a4df25a9 diff --git a/trunk/net/batman-adv/vis.c b/trunk/net/batman-adv/vis.c index 0be55beba054..988296cdf7c5 100644 --- a/trunk/net/batman-adv/vis.c +++ b/trunk/net/batman-adv/vis.c @@ -64,6 +64,7 @@ static void free_info(struct kref *ref) spin_unlock_bh(&bat_priv->vis_list_lock); kfree_skb(info->skb_packet); + kfree(info); } /* Compare two vis packets, used by the hashing algorithm */