summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmoutputtypepage.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-04-13 15:06:22 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-04-13 15:10:32 +0100
commitc9f2abed2e8a618bdf1237c162cb2073bb7022e0 (patch)
tree7bb0157b473856818350a896afefe4af33244130 /sw/source/ui/dbui/mmoutputtypepage.cxx
parentc6fb78d5fd5f52384f4b959091f50da60ba4b37a (diff)
More lifecycle correction.
Another (complete) audit of delete usage in: "vclwidget: change all vcl::window fields to be wrapped in VclPtr" Change-Id: I828212ded66ecc5cc30c75a4de626c7b386cb77a
Diffstat (limited to 'sw/source/ui/dbui/mmoutputtypepage.cxx')
-rw-r--r--sw/source/ui/dbui/mmoutputtypepage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/mmoutputtypepage.cxx b/sw/source/ui/dbui/mmoutputtypepage.cxx
index 09cf2cf750f3..a99333ea85e4 100644
--- a/sw/source/ui/dbui/mmoutputtypepage.cxx
+++ b/sw/source/ui/dbui/mmoutputtypepage.cxx
@@ -334,7 +334,7 @@ void SwSendMailDialog::dispose()
}
}
delete m_pImpl;
- m_pStatus.clear();
+ m_pStatus.disposeAndClear();
m_pTransferStatus.clear();
m_pPaused.clear();
m_pProgressBar.clear();