From: Gao feng Date: Thu, 21 Jun 2012 04:36:42 +0000 (+0000) Subject: netfilter: nf_conntrack: fix memory leak if sysctl registration fails X-Git-Tag: v3.6-rc1~125^2~281^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12c26df35eae52f14cf573a1adb85cedaa273d2b;p=pandora-kernel.git netfilter: nf_conntrack: fix memory leak if sysctl registration fails In nf_ct_l4proto_register_sysctl, if l4proto sysctl registration fails, we have to make sure that we release the compat sysctl table. This can happen if TCP has been registered compat for IPv4, and IPv6 compat registration fails. Signed-off-by: Gao feng Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed