bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ce891da19769f2c80e8f7517f85d67d2de5ba34e
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon Aug 22 09:43:56 2022 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Mon Aug 22 12:17:44 2022 +0200

    cid#1500470 silence Resource leak
    
    Change-Id: I846746a351c619a4de7abce7a6443f510dc41690
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138661
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

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);
 }
 

Reply via email to