Fix coverity reported issues

This commit is contained in:
Kapil Gupta
2022-06-02 19:08:22 +05:30
parent 944690a5e7
commit 916a4d6524
2 changed files with 5 additions and 2 deletions

View File

@@ -1060,6 +1060,7 @@ void __wpa_send_eapol(struct wpa_authenticator *wpa_auth,
os_free(hdr);
return;
}
os_free(buf);
}
if (key_info & WPA_KEY_INFO_MIC) {