From: Jesper Juhl Date: Tue, 7 Aug 2012 08:32:34 +0000 (+0000) Subject: batman-adv: Fix mem leak in the batadv_tt_local_event() function X-Git-Tag: v3.6-rc2~15^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=155e4e12b9f49c2dc817bb4c44e9416c46833c3d;p=pandora-kernel.git batman-adv: Fix mem leak in the batadv_tt_local_event() function Memory is allocated for 'tt_change_node' with kmalloc(). 'tt_change_node' may go out of scope really being used for anything (except have a few members initialized) if we hit the 'del:' label. This patch makes sure we free the memory in that case. Signed-off-by: Jesper Juhl Acked-by: Antonio Quartulli Signed-off-by: David S. Miller --- Reading git-diff-tree failed