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>
This commit is contained in:
parent
f007f32958
commit
8ee18d0bb5
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue