Skip to content

Commit 60d7145

Browse files
authored
Merge pull request #364 from adafruit/circuitpython
Fix MDNS free host list (IDFGH-11116)
2 parents ea14e15 + ea54eef commit 60d7145

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/mdns/mdns.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3048,6 +3048,7 @@ static void free_delegated_hostnames(void)
30483048
host = host->next;
30493049
free(item);
30503050
}
3051+
_mdns_host_list = NULL;
30513052
}
30523053

30533054
static bool _mdns_delegate_hostname_remove(const char *hostname)

0 commit comments

Comments
 (0)