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…
Reference in New Issue