mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_xml_config.c
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user