forked from espressif/esp-protocols
fix(mdns): Fix incorrect memory free for mdns browse
This commit is contained in:
@ -4298,6 +4298,7 @@ void mdns_parse_packet(mdns_rx_packet_t *packet)
|
||||
} else {
|
||||
free(out_sync_browse);
|
||||
}
|
||||
out_sync_browse = NULL;
|
||||
}
|
||||
|
||||
clear_rx_packet:
|
||||
|
Reference in New Issue
Block a user