summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-05 12:43:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-09-05 12:52:11 +0100
commit83d62cad9398eb3973e3007a43ad49ed345ee176 (patch)
treeed493e852603e0951746a29ec4d47529a856269d /connectivity
parentCID#1079327 uninitialized scalar values (diff)
downloadcore-83d62cad9398eb3973e3007a43ad49ed345ee176.tar.gz
core-83d62cad9398eb3973e3007a43ad49ed345ee176.zip
CID#1079186 ununinitialized pointer
Change-Id: Ie22e82904dc12f064c3b7d47bce294c5515590de
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/jdbc/ContextClassLoader.cxx1
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;