mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +02:00
Merge pull request #364 from adafruit/circuitpython
Fix MDNS free host list (IDFGH-11116)
This commit is contained in:
@ -3048,6 +3048,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