When coova-chilli is about to exit, it release all app_conn_t object. But do not update references handled by dhcp_conn_t object.
When creating the binary status file, a garbage app_conn_t object will be stored associated to the dhcp_conn_t object.
This FIX is just about updating the references whithin dhcp_conn_t objects. Will fix #195 too.
When coova-chilli is about to exit, it release all app_conn_t object. But do not update references handled by dhcp_conn_t object. When creating the binary status file, a garbage app_conn_t object will be stored associated to the dhcp_conn_t object. This FIX is just about updating the references whithin dhcp_conn_t objects. Will fix #195 too.
Signed-off-by: Baligh GUESMI