diff options
Diffstat (limited to 'contrib/wpa/hostapd/preauth.c')
-rw-r--r-- | contrib/wpa/hostapd/preauth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/wpa/hostapd/preauth.c b/contrib/wpa/hostapd/preauth.c index 36af4e3..9ab41ed 100644 --- a/contrib/wpa/hostapd/preauth.c +++ b/contrib/wpa/hostapd/preauth.c @@ -171,6 +171,7 @@ int rsn_preauth_iface_init(struct hostapd_data *hapd) if (rsn_preauth_iface_add(hapd, start)) { rsn_preauth_iface_deinit(hapd); + os_free(tmp); return -1; } |