From: Anthony Minessale Date: Sat, 14 Sep 2013 18:06:06 +0000 (-0500) Subject: FS-5793 --resolve X-Git-Tag: v1.5.6~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60f5dec57e05719d963c00e92dd47172c6fa7dcb;p=thirdparty%2Ffreeswitch.git FS-5793 --resolve --- diff --git a/src/switch_ivr_async.c b/src/switch_ivr_async.c index 687ba9a8e6..159bdb5f6e 100644 --- a/src/switch_ivr_async.c +++ b/src/switch_ivr_async.c @@ -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;