commit | bbf0db5057fd39c793ab88efd7daa1fa4347cec2 | [log] [tgz] |
---|---|---|
author | Phil Sutter <phil@nwl.cc> | Tue May 05 13:41:43 2020 +0200 |
committer | Phil Sutter <phil@nwl.cc> | Mon May 11 14:28:29 2020 +0200 |
tree | 92600a5db10f678ed65154ed88dc7743fa7203a9 | |
parent | 5fdb447fdfe877bd6236830b4a2507d4d61bc1a1 [diff] |
nft: Fix leak when deleting rules For NFT_COMPAT_RULE_DELETE jobs, batch_obj_del() has to do the rule freeing, they are no longer in cache. Signed-off-by: Phil Sutter <phil@nwl.cc>