mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-18 18:21:54 +00:00
fix xml object leak in conference cdrs
This commit is contained in:
@@ -660,9 +660,10 @@ static void conference_cdr_render(conference_obj_t *conference)
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Error writing [%s][%s]\n", path, ebuf);
|
||||
}
|
||||
|
||||
|
||||
|
||||
switch_safe_free(path);
|
||||
switch_safe_free(xml_text);
|
||||
switch_xml_free(cdr);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user