summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2021-11-15 21:43:39 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-11-17 07:05:40 +0100
commit8ee18d0bb587a30d53e2f1e3cf277d9b18da24ae (patch)
tree0d471bf2028e6cf864a393a69b3edbf1900e5628 /dbaccess
parenttdf#145711: filename may be 1-character, and must not contain path separator (diff)
downloadcore-8ee18d0bb587a30d53e2f1e3cf277d9b18da24ae.tar.gz
core-8ee18d0bb587a30d53e2f1e3cf277d9b18da24ae.zip
Clear also m_aDestTypeInfo in dtor like m_aTypeInfo (dbaccess/WCopyTable)
Change-Id: Ia73503628451a3e5ee5121022545c92b50d12b23 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125261 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/misc/WCopyTable.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/misc/WCopyTable.cxx b/dbaccess/source/ui/misc/WCopyTable.cxx
index 376c882d373f..03458111fc73 100644
--- a/dbaccess/source/ui/misc/WCopyTable.cxx
+++ b/dbaccess/source/ui/misc/WCopyTable.cxx
@@ -671,6 +671,7 @@ OCopyTableWizard::~OCopyTableWizard()
m_aTypeInfoIndex.clear();
m_aTypeInfo.clear();
m_aDestTypeInfoIndex.clear();
+ m_aDestTypeInfo.clear();
}
IMPL_LINK_NOARG(OCopyTableWizard, ImplPrevHdl, weld::Button&, void)