Add forgotten list entry removal for control interface deinit
authorJouni Malinen <j@w1.fi>
Sun, 4 Oct 2015 08:58:24 +0000 (11:58 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 4 Oct 2015 15:52:38 +0000 (18:52 +0300)
commit12ea4cff6b6335942b49509767c78b25255b640f
tree6dcd50e77cfafcbd074b8d44a6418e1a39c16f0a
parentd9052150eb80f88c9e0b3ea0c0de1e86820e0a62
Add forgotten list entry removal for control interface deinit

dl_list_del() must be called before freeing the list entries. Neither of
these cases caused problems because the full list data structure was
freed, but still, it is better to do this properly.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/ctrl_iface_unix.c