[Freeswitch-svn] [commit] r11347 - freeswitch/trunk/libs/portaudio/src/common
FreeSWITCH SVN
anthm at freeswitch.org
Wed Jan 21 16:13:51 PST 2009
Author: anthm
Date: Wed Jan 21 18:13:51 2009
New Revision: 11347
Log:
hack pa
Modified:
freeswitch/trunk/libs/portaudio/src/common/pa_front.c
Modified: freeswitch/trunk/libs/portaudio/src/common/pa_front.c
==============================================================================
--- freeswitch/trunk/libs/portaudio/src/common/pa_front.c (original)
+++ freeswitch/trunk/libs/portaudio/src/common/pa_front.c Wed Jan 21 18:13:51 2009
@@ -1338,8 +1338,8 @@
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 );
More information about the Freeswitch-svn
mailing list