FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_xml_config.c
This commit is contained in:
parent
0ac27178f8
commit
2bf545a18b
|
@ -316,7 +316,7 @@ SWITCH_DECLARE(switch_status_t) switch_xml_config_parse_event(switch_event_t *ev
|
|||
}
|
||||
} else {
|
||||
if (*dest) {
|
||||
switch_safe_free(*dest);
|
||||
free(*dest);
|
||||
changed = SWITCH_TRUE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue