Hi Arturo, On Mon, Jul 01, 2019 at 12:52:48PM +0200, Arturo Borrero Gonzalez wrote: > In the current setup, nft (the frontend object) is using the xzalloc() function > from libnftables, which does not makes sense, as this is typically an internal > helper function. > > In order to don't use this public libnftables symbol (a later patch just > removes it), let's use calloc() directly in the nft frontend. > > Signed-off-by: Arturo Borrero Gonzalez <arturo@xxxxxxxxxxxxx> This series breaks builds for me. Seems you missed xfree() and xmalloc() used in src/main.c and src/cli.c. Cheers, Phil