mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
rtwn: fix double free in raw xmit path.
Reported by: mva
This commit is contained in:
parent
72b3f638b7
commit
fb6844d810
1 changed files with 0 additions and 1 deletions
|
|
@ -1789,7 +1789,6 @@ rtwn_raw_xmit(struct ieee80211_node *ni, struct mbuf *m,
|
|||
}
|
||||
|
||||
if (rtwn_tx(sc, m, ni) != 0) {
|
||||
m_freem(m);
|
||||
RTWN_UNLOCK(sc);
|
||||
return (EIO);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue