[Libreoffice-commits] core.git: sw/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Dec 18 20:43:20 UTC 2019
sw/source/uibase/misc/redlndlg.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d670d1b601ec84ac14574e5f723d9430c81467ee
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Dec 18 09:26:34 2019 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Dec 18 21:41:48 2019 +0100
reset mxContentArea in dispose
Change-Id: I24769a214e4cb546a28202d801256e0514c874cd
Reviewed-on: https://gerrit.libreoffice.org/85404
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sw/source/uibase/misc/redlndlg.cxx b/sw/source/uibase/misc/redlndlg.cxx
index 1fc7a359bbf6..e746b7357b07 100644
--- a/sw/source/uibase/misc/redlndlg.cxx
+++ b/sw/source/uibase/misc/redlndlg.cxx
@@ -1247,6 +1247,7 @@ SwRedlineAcceptPanel::~SwRedlineAcceptPanel()
void SwRedlineAcceptPanel::dispose()
{
mpImplDlg.reset();
+ mxContentArea.reset();
PanelLayout::dispose();
}
More information about the Libreoffice-commits
mailing list