From f543b6a0ac6cf30922c1a1ae9bfce1d605f1d4f1 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 16 Jul 2018 14:30:53 +0100 Subject: tdf#118549 crash on dialog teardown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit only an issue for the current partially complete interim case Change-Id: Iaf1ef4dabca1cdd5d2d90028edf5793cf45feb20 Reviewed-on: https://gerrit.libreoffice.org/57501 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- cui/source/tabpages/tpcolor.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cui') 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(); } -- cgit