mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-09 00:12:36 +01:00
scan: free osen IE
This commit is contained in:
parent
3a8b9a5d0c
commit
1e33eaa072
@ -1113,6 +1113,7 @@ void scan_bss_free(struct scan_bss *bss)
|
||||
l_free(bss->rsne);
|
||||
l_free(bss->wpa);
|
||||
l_free(bss->wsc);
|
||||
l_free(bss->osen);
|
||||
l_free(bss);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user