mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -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;
|
||||
os_free(prev);
|
||||
}
|
||||
sm->peerkey = NULL;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user