mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-24 07:47:30 +02:00
feat(mdns): fix bug when clean action memory
* Original commit: espressif/esp-idf@3d4deb9726
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
0c17121ad7
commit
81c219d4ee
@ -3565,7 +3565,7 @@ static void _mdns_free_action(mdns_action_t * action)
|
||||
free(action->data.srv_instance.instance);
|
||||
break;
|
||||
case ACTION_SERVICE_TXT_REPLACE:
|
||||
free(action->data.srv_txt_replace.txt);
|
||||
_mdns_free_linked_txt(action->data.srv_txt_replace.txt);
|
||||
break;
|
||||
case ACTION_SERVICE_TXT_SET:
|
||||
free(action->data.srv_txt_set.key);
|
||||
|
Reference in New Issue
Block a user