mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
FS-5793 --resolve
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user