summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-07-16 14:30:53 +0100
committerEike Rathke <erack@redhat.com>2018-07-17 11:09:49 +0200
commit59304815cc70544de4a3227f070895143f0276a4 (patch)
tree641459f83c0bf6b725c9d4a9f8762d857d9a6f85
parentdb843c97279924fd36f31c8f22269f804f5add07 (diff)
tdf#118549 crash on dialog teardown
only an issue for the current partially complete interim case Change-Id: Iaf1ef4dabca1cdd5d2d90028edf5793cf45feb20 Reviewed-on: https://gerrit.libreoffice.org/57502 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
-rw-r--r--cui/source/tabpages/tpcolor.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/tabpages/tpcolor.cxx b/cui/source/tabpages/tpcolor.cxx
index 724a075b22d5..401c7f3d27d9 100644
--- a/cui/source/tabpages/tpcolor.cxx
+++ b/cui/source/tabpages/tpcolor.cxx
@@ -166,7 +166,9 @@ SvxColorTabPage::~SvxColorTabPage()
void SvxColorTabPage::dispose()
{
mpTopDlg.clear();
+ m_xValSetRecentListWin.reset();
m_xValSetRecentList.reset();
+ m_xValSetColorListWin.reset();
m_xValSetColorList.reset();
SfxTabPage::dispose();
}