diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-21 13:46:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-21 13:46:11 +0100 |
commit | dbc37feb21f634e58543249dc88e6de3cd59b99e (patch) | |
tree | cd2f915cad0dbf83726a2e948d55e4a4dcfffb4f /connectivity | |
parent | 017e79ab159e1410055f00e3ba411221c5db34f8 (diff) |
valgrind: uninitialized variable
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mozab/MConnection.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/drivers/mozab/MConnection.cxx b/connectivity/source/drivers/mozab/MConnection.cxx index 31c12cdb6806..68a2349a347e 100644 --- a/connectivity/source/drivers/mozab/MConnection.cxx +++ b/connectivity/source/drivers/mozab/MConnection.cxx @@ -128,6 +128,7 @@ OConnection::OConnection(MozabDriver* _pDriver) ,m_nMaxResultRecords( -1 ) ,m_aNameMapper(NULL) ,m_eSDBCAddressType(SDBCAddress::Unknown) + ,m_bForceLoadTable(false) { m_pDriver->acquire(); |