The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=be425fcdc63c208ba3ede7a9179529699e5e0e08
commit be425fcdc63c208ba3ede7a9179529699e5e0e08 Author: Konstantin Belousov <[email protected]> AuthorDate: 2025-03-06 17:59:44 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2025-03-17 00:48:33 +0000 ip_output(): style (cherry picked from commit 394605c057ade77775e1f9975e278dbb7693f44f) --- sys/netinet/ip_output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index 617719359ea5..66051c9c711c 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -860,7 +860,7 @@ no_ipsec:; done: return (error); - bad: +bad: m_freem(m); goto done; }
