1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

At MDNS.end() also release services (#7859)

This commit is contained in:
hreintke 2021-02-04 14:46:13 +01:00 committed by GitHub
parent 20413f817b
commit 27da34760b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,6 +131,7 @@ bool MDNSResponder::close(void)
_announce(false, true);
_resetProbeStatus(false); // Stop probing
_releaseServiceQueries();
_releaseServices();
_releaseUDPContext();
_releaseHostname();