[Libreoffice-commits] .: connectivity/source

Caolán McNamara caolan at kemper.freedesktop.org
Thu Oct 21 05:46:32 PDT 2010


 connectivity/source/drivers/mozab/MConnection.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8c2b652e9c6c2a9c5ffa20a82ab7ec7cfd757381
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Oct 21 13:46:11 2010 +0100

    valgrind: uninitialized variable

diff --git a/connectivity/source/drivers/mozab/MConnection.cxx b/connectivity/source/drivers/mozab/MConnection.cxx
index 3bbad5c..cdf3c6d 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();
 


More information about the Libreoffice-commits mailing list