git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11347 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-01-22 00:13:51 +00:00
parent 54796698cd
commit 40d24053d0
1 changed files with 2 additions and 2 deletions

View 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 );