mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 00:00:44 +00:00
Fix for ESL-44, thank you to Lakschmanan for providing the Patch
This commit is contained in:
parent
3515c7a020
commit
910729b5dd
@ -351,6 +351,10 @@ const char *ESLevent::serialize(const char *format)
|
|||||||
|
|
||||||
esl_safe_free(serialized_string);
|
esl_safe_free(serialized_string);
|
||||||
|
|
||||||
|
if (format == NULL) {
|
||||||
|
format = "text";
|
||||||
|
}
|
||||||
|
|
||||||
if (!event) {
|
if (!event) {
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user