FS-5793 --resolve

This commit is contained in:
Anthony Minessale 2013-09-14 13:06:06 -05:00
parent ea0653689f
commit 60f5dec57e
1 changed files with 1 additions and 1 deletions

View File

@ -2192,7 +2192,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;