From: Denis V. Lunev Date: Sun, 11 Nov 2007 06:12:03 +0000 (-0800) Subject: [INET]: Small possible memory leak in FIB rules X-Git-Tag: v2.6.24-rc3~155^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2994c63863ac350c4c8c6a65d8110749c2abb95c;p=pandora-kernel.git [INET]: Small possible memory leak in FIB rules This patch fixes a small memory leak. Default fib rules can be deleted by the user if the rule does not carry FIB_RULE_PERMANENT flag, f.e. by ip rule flush Such a rule will not be freed as the ref-counter has 2 on start and becomes clearly unreachable after removal. Signed-off-by: Denis V. Lunev Acked-by: Alexey Kuznetsov Signed-off-by: David S. Miller --- Reading git-diff-tree failed