diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-10-29 20:20:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-10-30 08:13:25 +0000 |
commit | 8be504b6239d34963cb44411d0b3502ac23aeeb2 (patch) | |
tree | 38e7b99543bfcae44930a57ea63728e50e9373a6 /connectivity | |
parent | 99261989ddbf4ec0223fe8ed3e874b27edf8843e (diff) |
cppcheck: unreadVariable
Change-Id: I109e5f36a524e2996d00bf81e873776d0d738011
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/dbase/DTable.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx index 3d1057321205..fe0750ec36bf 100644 --- a/connectivity/source/drivers/dbase/DTable.cxx +++ b/connectivity/source/drivers/dbase/DTable.cxx @@ -2432,7 +2432,7 @@ void ODbaseTable::addColumn(const Reference< XPropertySet >& _xNewColumn) pNewTable->renameImpl(m_Name); // release the temp file } - xHold = pNewTable = NULL; + xHold.clear(); FileClose(); construct(); |