diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-05-14 16:25:41 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-05-20 20:13:06 -0400 |
commit | 063d91ee77994f7827e3cff1ff0a8bb008cafa68 (patch) | |
tree | 29ed4946e3f03b25cdfe1f7d801a90ca1f4d771c /sc/source/ui/unoobj/textuno.cxx | |
parent | 504615c541283345e5c1725fc239fac75502d72e (diff) |
Fix memory leak.
Change-Id: I90e419d19f4565f7f20603358308fd7aeba83190
Diffstat (limited to 'sc/source/ui/unoobj/textuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/textuno.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/unoobj/textuno.cxx b/sc/source/ui/unoobj/textuno.cxx index 77ba10fa924b..3976e21760f7 100644 --- a/sc/source/ui/unoobj/textuno.cxx +++ b/sc/source/ui/unoobj/textuno.cxx @@ -200,6 +200,7 @@ ScHeaderFooterTextData::~ScHeaderFooterTextData() delete pForwarder; delete pEditEngine; + delete mpTextObj; } SvxTextForwarder* ScHeaderFooterTextData::GetTextForwarder() |