diff options
author | Rui Paulo <rpaulo@FreeBSD.org> | 2010-06-13 20:32:04 +0000 |
---|---|---|
committer | Rui Paulo <rpaulo@FreeBSD.org> | 2010-06-13 20:32:04 +0000 |
commit | 95ea342968b919b418b028d9360eedf685a55220 (patch) | |
tree | 538db23d436787038f980271529ae2be44235c1b /hostapd/preauth.c | |
parent | 6cb83b2c027206298153773f39b17f2f52ab99e0 (diff) |
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; } |