mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-06-25 09:21:32 +02:00
fix(mdns): set host list NULL on destroy
This commit is contained in:
@ -2884,6 +2884,7 @@ static void free_delegated_hostnames(void)
|
||||
host = host->next;
|
||||
free(item);
|
||||
}
|
||||
_mdns_host_list = NULL;
|
||||
}
|
||||
|
||||
static bool _mdns_delegate_hostname_remove(const char *hostname)
|
||||
|
Reference in New Issue
Block a user