mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 00:00:44 +00:00
missed a spot
This commit is contained in:
parent
eefdb764cf
commit
8806ba8c2f
@ -1971,6 +1971,10 @@ SWITCH_DECLARE(switch_status_t) switch_say_file_handle_create(switch_say_file_ha
|
||||
{
|
||||
switch_assert(sh);
|
||||
|
||||
if (zstr(ext)) {
|
||||
ext = "wav";
|
||||
}
|
||||
|
||||
*sh = malloc(sizeof(**sh));
|
||||
memset(*sh, 0, sizeof(**sh));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user