mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-12 19:32:36 +01:00
manager: Fix memory leak
This commit is contained in:
parent
3ff9f59ba1
commit
397699c9c5
@ -733,7 +733,7 @@ void manager_exit(void)
|
|||||||
l_strfreev(whitelist_filter);
|
l_strfreev(whitelist_filter);
|
||||||
l_strfreev(blacklist_filter);
|
l_strfreev(blacklist_filter);
|
||||||
|
|
||||||
l_queue_destroy(pending_wiphys, NULL);
|
l_queue_destroy(pending_wiphys, wiphy_setup_state_free);
|
||||||
pending_wiphys = NULL;
|
pending_wiphys = NULL;
|
||||||
|
|
||||||
nl80211 = NULL;
|
nl80211 = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user