P2P: Avoid segfault on AP deinit after failed AP start

This commit is contained in:
Jouni Malinen 2010-07-29 16:41:14 -07:00 committed by Jouni Malinen
parent 0cc8be3e45
commit 0e14267a31

View file

@ -395,6 +395,7 @@ void wpa_supplicant_ap_deinit(struct wpa_supplicant *wpa_s)
wpa_s->current_ssid = NULL;
#ifdef CONFIG_P2P
if (wpa_s->ap_iface->bss)
wpa_s->ap_iface->bss[0]->p2p_group = NULL;
wpas_p2p_group_deinit(wpa_s);
#endif /* CONFIG_P2P */