[mod_conference] Remove static from cJSON vars in conference_jlist

This commit is contained in:
Andrey Volk 2023-12-19 22:42:54 +03:00
parent c26b5cdfa3
commit 2e7424169e
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{
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_assert(conference != NULL);