Skip to content

Commit

Permalink
Merge pull request #364 from adafruit/circuitpython
Browse files Browse the repository at this point in the history
Fix MDNS free host list (IDFGH-11116)
  • Loading branch information
gabsuren authored Oct 9, 2023
2 parents ea14e15 + ea54eef commit 60d7145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/mdns/mdns.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 60d7145

Please sign in to comment.