On Sat, Aug 19, 2017 at 05:24:13PM +0200, Eric Leblond wrote:
> Signed-off-by: Eric Leblond <e...@regit.org>
> ---
>  src/libnftables.c | 1 +
>  src/main.c        | 1 -
>  2 files changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/libnftables.c b/src/libnftables.c
> index 19d539c..2228156 100644
> --- a/src/libnftables.c
> +++ b/src/libnftables.c
> @@ -50,6 +50,7 @@ void nft_global_init(void)
>  
>  void nft_global_deinit(void)
>  {
> +     iface_cache_release();

Is this a leftover?

With git interactive rebase you can move this patch where it belongs
and squash it to original.

>       ct_label_table_exit();
>       realm_table_rt_exit();
>       devgroup_table_exit();
> diff --git a/src/main.c b/src/main.c
> index 2cb7e6f..08d77d0 100644
> --- a/src/main.c
> +++ b/src/main.c
> @@ -307,7 +307,6 @@ int main(int argc, char * const *argv)
>  
>  out:
>       xfree(buf);
> -     iface_cache_release();
>       nft_context_free(nft);
>       nft_global_deinit();
>  
> -- 
> 2.14.1
> 
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to