We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c17121 commit 81c219dCopy full SHA for 81c219d
components/mdns/mdns.c
@@ -3565,7 +3565,7 @@ static void _mdns_free_action(mdns_action_t * action)
3565
free(action->data.srv_instance.instance);
3566
break;
3567
case ACTION_SERVICE_TXT_REPLACE:
3568
- free(action->data.srv_txt_replace.txt);
+ _mdns_free_linked_txt(action->data.srv_txt_replace.txt);
3569
3570
case ACTION_SERVICE_TXT_SET:
3571
free(action->data.srv_txt_set.key);
0 commit comments