batman-adv: Fix refcnt leak in batadv_v_neigh_*
authorSven Eckelmann <sven@narfation.org>
Fri, 6 May 2016 09:43:39 +0000 (11:43 +0200)
committerAntonio Quartulli <a@unstable.cc>
Wed, 18 May 2016 03:49:40 +0000 (11:49 +0800)
commit71f9d27daa2cbcca7159c27f0c0c381cc2dd1053
tree5feaba3744a53cfb781720c9438cb9f03faaa6f3
parenta45e932a3c58eac11a7458c6888910e23f615077
batman-adv: Fix refcnt leak in batadv_v_neigh_*

The functions batadv_neigh_ifinfo_get increase the reference counter of the
batadv_neigh_ifinfo. These have to be reduced again when the reference is
not used anymore to correctly free the objects.

Fixes: 9786906022eb ("batman-adv: B.A.T.M.A.N. V - implement neighbor comparison API calls")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <a@unstable.cc>
net/batman-adv/bat_v.c