From 8ee18d0bb587a30d53e2f1e3cf277d9b18da24ae Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Mon, 15 Nov 2021 21:43:39 +0100 Subject: [PATCH] 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 --- dbaccess/source/ui/misc/WCopyTable.cxx | 1 + 1 file changed, 1 insertion(+) 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)