]> git.ipfire.org Git - thirdparty/nftables.git/commit
netlink: fix memory leaks
authorPatrick McHardy <kaber@trash.net>
Sun, 11 Jan 2015 07:54:55 +0000 (07:54 +0000)
committerPatrick McHardy <kaber@trash.net>
Sun, 11 Jan 2015 07:54:55 +0000 (07:54 +0000)
commite89786c29156e851619f9d827944649c82d1792b
tree6def2be5c4a870c2aa5ee490e9ac396e246f2456
parent226b6ab5bd89bd143f5e6c11253c3d98ce5449a3
netlink: fix memory leaks

Fix two memory leaks in netlink event monitor. Also fix a leak related
to all sets, the ->init expression is not freed.

Signed-off-by: Patrick McHardy <kaber@trash.net>
src/netlink.c
src/rule.c