git: 394605c057ad - main - ip_output(): style
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Mar 2025 20:17:44 UTC
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=394605c057ade77775e1f9975e278dbb7693f44f commit 394605c057ade77775e1f9975e278dbb7693f44f Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2025-03-06 17:59:44 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2025-03-10 20:16:58 +0000 ip_output(): style Reviewed by: glebius Sponsored by: NVidia networking MFC after: 1 week Differential revision: https://reviews.freebsd.org/D49305 --- 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 eb5d50bd4570..ec6ba8d92015 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -859,7 +859,7 @@ sendit: done: return (error); - bad: +bad: m_freem(m); goto done; }