mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-30 18:57:28 +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;
|
host = host->next;
|
||||||
free(item);
|
free(item);
|
||||||
}
|
}
|
||||||
|
_mdns_host_list = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool _mdns_delegate_hostname_remove(const char *hostname)
|
static bool _mdns_delegate_hostname_remove(const char *hostname)
|
||||||
|
Reference in New Issue
Block a user