]> git.ipfire.org Git - thirdparty/iptables.git/commit
iptables: missing free() in function cache_add_entry()
authorFranz Flasch <franz.flasch@frequentis.com>
Thu, 8 Mar 2012 04:20:37 +0000 (04:20 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 12 Mar 2012 11:57:49 +0000 (12:57 +0100)
commit1a7732f965c2b09e526eeca8a551538fbdc099ef
tree2ee7e442f14c351c8cdecf0bfc2de744f6b64fdf
parent7c1b69b97571ddeb8c624b0a1da366a456895a6d
iptables: missing free() in function cache_add_entry()

Fixed a memory leak in the error path of function cache_add_entry().

Signed-off-by: Franz Flasch <franz.flasch@frequentis.com>
Signed-off-by: Christian Engelmayer <christian.engelmayer@frequentis.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
libiptc/libiptc.c