fix(mdns): Fix incorrect memory free for mdns browse

This commit is contained in:
Xu Si Yu
2025-01-22 19:33:02 +08:00
parent 6d19aabb02
commit 4451a8c5ad

View File

@ -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: