summaryrefslogtreecommitdiffstats
path: root/bridges
diff options
context:
space:
mode:
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/jni_uno/jni_info.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/bridges/source/jni_uno/jni_info.cxx b/bridges/source/jni_uno/jni_info.cxx
index 045ac44ee6be..70839e168eb2 100644
--- a/bridges/source/jni_uno/jni_info.cxx
+++ b/bridges/source/jni_uno/jni_info.cxx
@@ -232,8 +232,7 @@ void JNI_compound_type_info::destroy( JNIEnv * jni_env )
JNI_compound_type_info::JNI_compound_type_info(
JNI_context const & jni, typelib_TypeDescription * td_ )
: JNI_type_info( jni, td_ ),
- m_exc_ctor( nullptr ),
- m_fields( nullptr )
+ m_exc_ctor( nullptr )
{
assert( m_td.get()->eTypeClass == typelib_TypeClass_STRUCT ||
m_td.get()->eTypeClass == typelib_TypeClass_EXCEPTION );