rtwn: fix double free in raw xmit path.
Reported by: mva
This commit is contained in:
parent
72b3f638b7
commit
fb6844d810
@ -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…
x
Reference in New Issue
Block a user