manager: Fix memory leak

This commit is contained in:
Denis Kenzior 2019-06-21 12:22:48 -05:00
parent 3ff9f59ba1
commit 397699c9c5
1 changed files with 1 additions and 1 deletions

View File

@ -733,7 +733,7 @@ void manager_exit(void)
l_strfreev(whitelist_filter);
l_strfreev(blacklist_filter);
l_queue_destroy(pending_wiphys, NULL);
l_queue_destroy(pending_wiphys, wiphy_setup_state_free);
pending_wiphys = NULL;
nl80211 = NULL;