mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Add a missing unlock.
This commit is contained in:
parent
74e0b3f151
commit
0933e74b10
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252847
@ -1142,6 +1142,7 @@ mesh_transmit_to_gate(struct ieee80211vap *vap, struct mbuf *m,
|
||||
m = ieee80211_encap(vap, ni, m);
|
||||
if (m == NULL) {
|
||||
/* NB: stat+msg handled in ieee80211_encap */
|
||||
IEEE80211_TX_UNLOCK(ic);
|
||||
ieee80211_free_node(ni);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user