mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01:00
scan: free hs20_ie
This commit is contained in:
parent
0241fe81df
commit
fd1a267313
@ -1132,6 +1132,7 @@ void scan_bss_free(struct scan_bss *bss)
|
||||
l_free(bss->p2p);
|
||||
l_free(bss->osen);
|
||||
l_free(bss->rc_ie);
|
||||
l_free(bss->hs20_ie);
|
||||
l_free(bss);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user