mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-30 10:15:52 +00:00
FS-5262 --resolve
This commit is contained in:
parent
a5ce5de53d
commit
931c633eb2
@ -4811,7 +4811,7 @@ SWITCH_STANDARD_API(show_function)
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Memory Error!\n");
|
||||
holder.stream->write_function(holder.stream, "-ERR Memory Error!\n");
|
||||
} else {
|
||||
holder.stream->write_function(holder.stream, json_text);
|
||||
holder.stream->write_function(holder.stream, "%s", json_text);
|
||||
}
|
||||
cJSON_Delete(result);
|
||||
switch_safe_free(json_text);
|
||||
|
Loading…
x
Reference in New Issue
Block a user