eceb26ad96
Resolves: #2138081,#2141979,#2151993,#2155517,#2160477
25 lines
739 B
Diff
25 lines
739 B
Diff
From bc9f6f765f772e8535325c224d2023165bc53e5c Mon Sep 17 00:00:00 2001
|
|
From: Yu Watanabe <watanabe.yu+github@gmail.com>
|
|
Date: Tue, 15 Nov 2022 12:54:11 +0900
|
|
Subject: [PATCH] core/unit: drop doubled empty line
|
|
|
|
(cherry picked from commit ca1999a24c88b2460240aaff8095c2db7491f77c)
|
|
|
|
Related: #2160477
|
|
---
|
|
src/core/unit.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/src/core/unit.c b/src/core/unit.c
|
|
index 4bb7e2d498..4cde5c4b4e 100644
|
|
--- a/src/core/unit.c
|
|
+++ b/src/core/unit.c
|
|
@@ -720,7 +720,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);
|