mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-18 09:32:34 +00:00
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…
x
Reference in New Issue
Block a user