mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-15 11:29:56 +00:00
xml_free in the proper location if invalid data is given to group_call
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11704 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ddcefe3d4f
commit
857efe3267
@ -248,8 +248,8 @@ SWITCH_STANDARD_API(group_call_function)
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
switch_xml_free(xml);
|
|
||||||
}
|
}
|
||||||
|
switch_xml_free(xml);
|
||||||
switch_event_destroy(¶ms);
|
switch_event_destroy(¶ms);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user