diff options
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx b/bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx index dad1ad8f7ac6..189b3c2a4ef9 100644 --- a/bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx +++ b/bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx @@ -74,6 +74,7 @@ com::sun::star::uno::XInterface * CppInterfaceProxy::create( pProxy->vtables[i] = VtableFactory::mapBlockToVtable( rVtables.blocks[i].start); } + // coverity[leaked_storage : FALSE] - see freeCppInterfaceProxy return castProxyToInterface(pProxy); } |