mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-29 08:14:02 -05:00
Clear PeerKey pointer on deinit
This commit is contained in:
parent
a4dc6e1934
commit
23ab8e863f
@ -1141,6 +1141,7 @@ void peerkey_deinit(struct wpa_sm *sm)
|
|||||||
peerkey = peerkey->next;
|
peerkey = peerkey->next;
|
||||||
os_free(prev);
|
os_free(prev);
|
||||||
}
|
}
|
||||||
|
sm->peerkey = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user