summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/report/ReportSection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/report/ReportSection.cxx')
-rw-r--r--reportdesign/source/ui/report/ReportSection.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/reportdesign/source/ui/report/ReportSection.cxx b/reportdesign/source/ui/report/ReportSection.cxx
index 20cb5428e5c4..880a68f7b59c 100644
--- a/reportdesign/source/ui/report/ReportSection.cxx
+++ b/reportdesign/source/ui/report/ReportSection.cxx
@@ -118,9 +118,11 @@ void OReportSection::dispose()
m_pPage = nullptr;
if ( m_pMulti.is() )
m_pMulti->dispose();
+ m_pMulti.clear();
if ( m_pReportListener.is() )
m_pReportListener->dispose();
+ m_pReportListener.clear();
m_pFunc.reset();
{