diff --git a/daemon/nftables.c b/daemon/nftables.c index 978a0c047..8de5e4096 100644 --- a/daemon/nftables.c +++ b/daemon/nftables.c @@ -389,7 +389,7 @@ static const char *add_rule(struct mnl_socket *nl, int family, uint32_t *seq, static const char *udp_filter(struct nftnl_rule *r, int family) { - g_autoptr(_nftnl_expr) e; + g_autoptr(_nftnl_expr) e = NULL; static const uint8_t proto = IPPROTO_UDP;