diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-11-15 21:43:39 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-11-17 07:05:40 +0100 |
commit | 8ee18d0bb587a30d53e2f1e3cf277d9b18da24ae (patch) | |
tree | 0d471bf2028e6cf864a393a69b3edbf1900e5628 /dbaccess/source | |
parent | f007f32958a7c875db6cb2e79c09ab0965477a2a (diff) |
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/source')
-rw-r--r-- | dbaccess/source/ui/misc/WCopyTable.cxx | 1 |
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) |