mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
passing non-null value to generate_xml_cdr now implies its an initalized xml object
This commit is contained in:
@@ -542,7 +542,7 @@ SWITCH_DECLARE_CONSTRUCTOR CoreSession::~CoreSession()
|
||||
SWITCH_DECLARE(char *) CoreSession::getXMLCDR()
|
||||
{
|
||||
|
||||
switch_xml_t cdr;
|
||||
switch_xml_t cdr = NULL;
|
||||
|
||||
this_check((char *)"");
|
||||
sanity_check((char *)"");
|
||||
|
Reference in New Issue
Block a user