cui/source/tabpages/tpcolor.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 59304815cc70544de4a3227f070895143f0276a4
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon Jul 16 14:30:53 2018 +0100
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Tue Jul 17 11:09:49 2018 +0200

    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 <er...@redhat.com>

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();
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to