mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-01 06:21:07 +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 {
|
} else {
|
||||||
if (*dest) {
|
if (*dest) {
|
||||||
switch_safe_free(*dest);
|
free(*dest);
|
||||||
changed = SWITCH_TRUE;
|
changed = SWITCH_TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user