From 40d24053d0a770c5ee6239585d5125ca2ba27f8e Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 22 Jan 2009 00:13:51 +0000 Subject: [PATCH] hack pa git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11347 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/portaudio/src/common/pa_front.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/portaudio/src/common/pa_front.c b/libs/portaudio/src/common/pa_front.c index 5af90d45c8..f1de930919 100644 --- a/libs/portaudio/src/common/pa_front.c +++ b/libs/portaudio/src/common/pa_front.c @@ -1338,8 +1338,8 @@ PaError Pa_CloseStream( PaStream* stream ) else if( result == 0 ) result = interface->Abort( stream ); - if( result == paNoError ) /** @todo REVIEW: shouldn't we close anyway? */ - result = interface->Close( stream ); + //if( result == paNoError ) /** @todo REVIEW: shouldn't we close anyway? (probably!)*/ + result = interface->Close( stream ); } PA_LOGAPI_EXIT_PAERROR( "Pa_CloseStream", result );