Re: [nft PATCH] libnftables: Fix memleak in nft_parse_bison_filename()

2018-10-15 Thread Pablo Neira Ayuso
On Fri, Oct 12, 2018 at 01:22:55PM +0200, Phil Sutter wrote: > Allocated scanner object leaks when returning to caller. For some odd > reason, this was missed by the commit referenced below. Applied, thanks.

[nft PATCH] libnftables: Fix memleak in nft_parse_bison_filename()

2018-10-12 Thread Phil Sutter
Allocated scanner object leaks when returning to caller. For some odd reason, this was missed by the commit referenced below. Fixes: bd82e03e15df8 ("libnftables: Move scanner object into struct nft_ctx") Signed-off-by: Phil Sutter --- src/libnftables.c | 7 +++ 1 file changed, 3