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

coverity#704134 silence Resource leak in object

Change-Id: I7c2400e9f340562380423eb3300bbcf3eb4c4871
üst 8902b340
......@@ -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() );
}
......
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