mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix double free.
Submitted by: Alexander V. Chernikov <melifaro ipfw.ru>
This commit is contained in:
parent
1bb71a0d86
commit
9b2139a27e
1 changed files with 0 additions and 1 deletions
|
|
@ -398,7 +398,6 @@ get_export9_dgram(priv_p priv, fib_export_p fe, struct netflow_v9_packet_opt **t
|
|||
|
||||
item = ng_package_data(m, NG_NOFLAGS);
|
||||
if (item == NULL) {
|
||||
m_free(m);
|
||||
free(t, M_NETFLOW_GENERAL);
|
||||
return (NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue