From ca1999a24c88b2460240aaff8095c2db7491f77c Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 15 Nov 2022 12:54:11 +0900 Subject: [PATCH] core/unit: drop doubled empty line --- src/core/unit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/unit.c b/src/core/unit.c index 29b07a6e7a8..36e3afd7fbf 100644 --- a/src/core/unit.c +++ b/src/core/unit.c @@ -721,7 +721,6 @@ Unit* unit_free(Unit *u) { if (u->on_console) manager_unref_console(u->manager); - fdset_free(u->initial_socket_bind_link_fds); #if BPF_FRAMEWORK bpf_link_free(u->ipv4_socket_bind_link); -- 2.47.3