diff options
Diffstat (limited to 'hostapd/preauth.c')
-rw-r--r-- | hostapd/preauth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hostapd/preauth.c b/hostapd/preauth.c index 36af4e31fe950..9ab41eda0bee1 100644 --- a/hostapd/preauth.c +++ b/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; } |