mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-05 12:41:38 +00:00
fix xml object leak in conference cdrs
This commit is contained in:
parent
e278c0facd
commit
5c66ab4793
@ -663,6 +663,7 @@ static void conference_cdr_render(conference_obj_t *conference)
|
|||||||
|
|
||||||
switch_safe_free(path);
|
switch_safe_free(path);
|
||||||
switch_safe_free(xml_text);
|
switch_safe_free(xml_text);
|
||||||
|
switch_xml_free(cdr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user