Merge pull request #2339 from signalwire/static
[mod_conference] Remove static from cJSON vars in conference_jlist
This commit is contained in:
commit
e010821bc5
|
@ -1363,7 +1363,7 @@ void conference_xlist(conference_obj_t *conference, switch_xml_t x_conference, i
|
||||||
void conference_jlist(conference_obj_t *conference, cJSON *json_conferences)
|
void conference_jlist(conference_obj_t *conference, cJSON *json_conferences)
|
||||||
{
|
{
|
||||||
conference_member_t *member = NULL;
|
conference_member_t *member = NULL;
|
||||||
static cJSON *json_conference, *json_conference_variables, *json_conference_members, *json_conference_member, *json_conference_member_flags;
|
cJSON *json_conference, *json_conference_variables, *json_conference_members, *json_conference_member, *json_conference_member_flags;
|
||||||
switch_event_header_t *hp;
|
switch_event_header_t *hp;
|
||||||
|
|
||||||
switch_assert(conference != NULL);
|
switch_assert(conference != NULL);
|
||||||
|
|
Loading…
Reference in New Issue