fix(mdns): set host list NULL on destroy
This commit is contained in:
parent
457f8335bb
commit
ea54eef0d0
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue