Fixed memory leak in WPS PBC overlap detection

This commit is contained in:
Jouni Malinen 2008-12-15 19:50:53 +02:00
parent f4f2774a96
commit 484957ae6c

View file

@ -550,6 +550,8 @@ int wpas_wps_scan_pbc_overlap(struct wpa_supplicant *wpa_s,
}
/* TODO: verify that this is reasonable dual-band situation */
wpabuf_free(ie);
}
wpabuf_free(wps_ie);