diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-30 11:40:31 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-30 14:34:28 +0000 |
commit | dff10fc454183304dd820d1dfe1e7ac4010c5503 (patch) | |
tree | 8858051f2804b8a8767b2e1d8434927c828b2aea /bridges | |
parent | 8902b340efd15af95df215c717e9807471f88446 (diff) |
coverity#704134 silence Resource leak in object
Change-Id: I7c2400e9f340562380423eb3300bbcf3eb4c4871
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/jni_uno/jni_info.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridges/source/jni_uno/jni_info.cxx b/bridges/source/jni_uno/jni_info.cxx index 3e34ecdf48b9..96f695783b1e 100644 --- a/bridges/source/jni_uno/jni_info.cxx +++ b/bridges/source/jni_uno/jni_info.cxx @@ -848,6 +848,7 @@ JNI_info::JNI_info( css::uno::TypeDescription XInterface_td( ::getCppuType( (css::uno::Reference< css::uno::XInterface > const *)0 ) ); + //coverity [ctor_dtor_leak] m_XInterface_type_info = new JNI_interface_type_info( jni, XInterface_td.get() ); } |