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

coverity#982158 Unchecked return value

Change-Id: I15acdaaa810b5ee209764a277d0da5a4d7773466
üst 0fe035e3
......@@ -2238,7 +2238,7 @@ extern "C" CPPU_DLLPUBLIC void SAL_CALL typelib_typedescriptionreference_getDesc
}
else
{
osl_atomic_decrement( &pRef->pType->nRefCount );
(void)osl_atomic_decrement( &pRef->pType->nRefCount );
// detruction of this type in progress (another thread!)
// no acces through this weak reference
pRef->pType = 0;
......
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