]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5793 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Sat, 14 Sep 2013 18:06:06 +0000 (13:06 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Sat, 14 Sep 2013 18:06:06 +0000 (13:06 -0500)
src/switch_ivr_async.c

index 687ba9a8e60aec395fe68e0f4bb364eb852c68f1..159bdb5f6e9f5b193a0246a1691dedd62ca7ac7f 100644 (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;