Signed-off-by: Carlos Falgueras García <carlosfg@xxxxxxxxxx> --- tests/nft-rule-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/nft-rule-test.c b/tests/nft-rule-test.c index 2f6e35f..dee3530 100644 --- a/tests/nft-rule-test.c +++ b/tests/nft-rule-test.c @@ -88,6 +88,7 @@ int main(int argc, char *argv[]) nftnl_rule_set_data(a, NFTNL_RULE_USERDATA, nftnl_udata_buf_data(udata), nftnl_udata_buf_len(udata)); + nftnl_udata_buf_free(udata); nlh = nftnl_rule_nlmsg_build_hdr(buf, NFT_MSG_NEWRULE, AF_INET, 0, 1234); nftnl_rule_nlmsg_build_payload(nlh, a); -- 2.8.2 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html