diff options
-rw-r--r-- | cppu/source/uno/data.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppu/source/uno/data.cxx b/cppu/source/uno/data.cxx index 6c93fced581d..dcd2b19ec62e 100644 --- a/cppu/source/uno/data.cxx +++ b/cppu/source/uno/data.cxx @@ -54,6 +54,7 @@ void * binuno_queryInterface( void * pUnoI, typelib_TypeDescriptionReference * p typelib_TypeDescription* pQITD = nullptr; typelib_typedescriptionreference_getDescription(&pQITD, pTXInterfaceDescr->ppAllMembers[0]); + // coverity[callee_ptr_arith] - not a bug TYPELIB_DANGER_RELEASE(&pTXInterfaceDescr->aBase); return pQITD; }(); |