FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_xml_config.c

This commit is contained in:
Andrey Volk 2019-07-12 20:50:24 +04:00
parent 0ac27178f8
commit 2bf545a18b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}