diff --git a/src/manager.c b/src/manager.c index f1e50421..e3f1de05 100644 --- a/src/manager.c +++ b/src/manager.c @@ -643,6 +643,8 @@ static int manager_init(void) error: l_queue_destroy(pending_wiphys, NULL); + pending_wiphys = NULL; + l_genl_family_free(nl80211); nl80211 = NULL;