Browse Source

WNM: Fix memory leak on error path

Signed-hostap: Jouni Malinen <j@w1.fi>
Jouni Malinen 12 years ago
parent
commit
14df897c7a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      wpa_supplicant/wnm_sta.c

+ 2 - 0
wpa_supplicant/wnm_sta.c

@@ -99,6 +99,8 @@ int ieee802_11_send_wnmsleep_req(struct wpa_supplicant *wpa_s,
 	if (mgmt == NULL) {
 		wpa_printf(MSG_DEBUG, "MLME: Failed to allocate buffer for "
 			   "WNM-Sleep Request action frame");
+		os_free(wnmsleep_ie);
+		os_free(wnmtfs_ie);
 		return -1;
 	}