mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
Add missing va_end() in an error case to clean up after va_start()
(already done in the non-error case). CID: 4726 Found with: Coverity Prevent(tm) MFC after: 1 week
This commit is contained in:
parent
8a11984e21
commit
4795003bd2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226117
@ -1764,6 +1764,7 @@ key_gather_mbuf(m, mhp, ndeep, nitem, va_alist)
|
||||
|
||||
fail:
|
||||
m_freem(result);
|
||||
va_end(ap);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user