FS-5793 --resolve
This commit is contained in:
parent
6aaa4f176d
commit
d3e265a385
|
@ -2256,7 +2256,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_record_session(switch_core_session_t
|
|||
if (rh->native) {
|
||||
switch_core_file_close(&rh->in_fh);
|
||||
switch_core_file_close(&rh->out_fh);
|
||||
} else
|
||||
} else {
|
||||
switch_core_file_close(fh);
|
||||
}
|
||||
return status;
|
||||
|
|
Loading…
Reference in New Issue