Kaydet (Commit) ccac587b authored tarafından Caolán McNamara's avatar Caolán McNamara

merge return branches

üst 86e0ba7e
...@@ -55,11 +55,7 @@ oslInterlockedCount ObservableThread::release() ...@@ -55,11 +55,7 @@ oslInterlockedCount ObservableThread::release()
{ {
oslInterlockedCount nCount( osl_decrementInterlockedCount( &mnRefCount ) ); oslInterlockedCount nCount( osl_decrementInterlockedCount( &mnRefCount ) );
if ( nCount == 0 ) if ( nCount == 0 )
{
delete this; delete this;
return nCount;
}
return nCount; return nCount;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment