mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +02:00
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 {
|
} else {
|
||||||
free(out_sync_browse);
|
free(out_sync_browse);
|
||||||
}
|
}
|
||||||
|
out_sync_browse = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
clear_rx_packet:
|
clear_rx_packet:
|
||||||
|
Reference in New Issue
Block a user