diff --git a/src/fst/fst_iface.c b/src/fst/fst_iface.c index 4fba9b1a5..5a92d2c33 100644 --- a/src/fst/fst_iface.c +++ b/src/fst/fst_iface.c @@ -43,6 +43,7 @@ struct fst_iface * fst_iface_create(struct fst_group *g, const char *ifname, void fst_iface_delete(struct fst_iface *i) { + fst_iface_set_ies(i, NULL); wpabuf_free(i->mb_ie); os_free(i); }