coverity#738615 Uninitialized pointer field

Change-Id: I33e67198c99cfa6bd240b4ca7eeeb32c8f91cb6d
This commit is contained in:
Caolán McNamara
2014-03-22 20:33:14 +00:00
parent 6df6fefed8
commit 3eb0607187

View File

@@ -160,12 +160,12 @@ struct OdbcTypesImpl
OOdbcEnumeration::OOdbcEnumeration()
#ifdef HAVE_ODBC_SUPPORT
:m_pAllocHandle(NULL)
,m_pFreeHandle(NULL)
,m_pSetEnvAttr(NULL)
,m_pDataSources(NULL)
,m_pImpl(new OdbcTypesImpl)
#endif
{
sal_Bool bLoaded = load(ODBC_LIBRARY);
#ifdef ODBC_LIBRARY_1
if ( !bLoaded )