diff options
-rw-r--r-- | connectivity/source/drivers/jdbc/ContextClassLoader.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/drivers/jdbc/ContextClassLoader.cxx b/connectivity/source/drivers/jdbc/ContextClassLoader.cxx index ec2237464e01..544fdbc5ae7f 100644 --- a/connectivity/source/drivers/jdbc/ContextClassLoader.cxx +++ b/connectivity/source/drivers/jdbc/ContextClassLoader.cxx @@ -39,6 +39,7 @@ namespace connectivity { namespace jdbc :m_environment( environment ) ,m_currentThread( environment ) ,m_oldContextClassLoader( environment ) + ,m_setContextClassLoaderMethod( NULL ) { if ( !newClassLoader.is() ) return; |