forked from Mirrors/freeswitch
hack pa
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11347 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
54796698cd
commit
40d24053d0
|
@ -1338,8 +1338,8 @@ PaError Pa_CloseStream( PaStream* stream )
|
||||||
else if( result == 0 )
|
else if( result == 0 )
|
||||||
result = interface->Abort( stream );
|
result = interface->Abort( stream );
|
||||||
|
|
||||||
if( result == paNoError ) /** @todo REVIEW: shouldn't we close anyway? */
|
//if( result == paNoError ) /** @todo REVIEW: shouldn't we close anyway? (probably!)*/
|
||||||
result = interface->Close( stream );
|
result = interface->Close( stream );
|
||||||
}
|
}
|
||||||
|
|
||||||
PA_LOGAPI_EXIT_PAERROR( "Pa_CloseStream", result );
|
PA_LOGAPI_EXIT_PAERROR( "Pa_CloseStream", result );
|
||||||
|
|
Loading…
Reference in New Issue