fix xml object leak in conference cdrs

This commit is contained in:
Anthony Minessale 2012-05-04 14:07:12 -05:00
parent e278c0facd
commit 5c66ab4793
1 changed files with 2 additions and 1 deletions

View File

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