summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/dbase/DCatalog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/dbase/DCatalog.cxx')
-rw-r--r--connectivity/source/drivers/dbase/DCatalog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/dbase/DCatalog.cxx b/connectivity/source/drivers/dbase/DCatalog.cxx
index 8bc06bb98141..c35af1f28e62 100644
--- a/connectivity/source/drivers/dbase/DCatalog.cxx
+++ b/connectivity/source/drivers/dbase/DCatalog.cxx
@@ -52,7 +52,7 @@ void ODbaseCatalog::refreshTables()
if(m_pTables)
m_pTables->reFill(aVector);
else
- m_pTables = new ODbaseTables(m_xMetaData,*this,m_aMutex,aVector);
+ m_pTables.reset( new ODbaseTables(m_xMetaData,*this,m_aMutex,aVector) );
}