From: Mathieu Poirier Date: Mon, 2 Jun 2014 01:42:58 +0000 (-0600) Subject: netfilter: nfnetlink_acct: Fix memory leak X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~61^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c552a64dfc2063ef060cf45788cd4250eea3596;p=pandora-kernel.git netfilter: nfnetlink_acct: Fix memory leak Allocation of memory need only to happen once, that is after the proper checks on the NFACCT_FLAGS have been done. Otherwise the code can return without freeing already allocated memory. Signed-off-by: Mathieu Poirier Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed