]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
hack pa
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 22 Jan 2009 00:13:51 +0000 (00:13 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 22 Jan 2009 00:13:51 +0000 (00:13 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11347 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/portaudio/src/common/pa_front.c

index 5af90d45c843767766e1db9240a143fd229e1e8b..f1de9309197e7ff6efedd1d6c9abc8e6b99e0f03 100644 (file)
@@ -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 );