summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-08-23 20:15:51 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-08-23 20:16:17 +0400
commit442d0766eb9575a45572e29f2018bed2831c177f (patch)
treee561155ae5fd7bdc2c4977b54aff48ae57ce7dce /sw
parent93d22852564b8d77b98fae902ce5f879272ca818 (diff)
SwHeaderFooterWin: memory leak
Change-Id: Ie8322b93745c48970766c2033a23cca2c710a516
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/docvw/HeaderFooterWin.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/docvw/HeaderFooterWin.cxx b/sw/source/ui/docvw/HeaderFooterWin.cxx
index 9e4bc273935b..482ec7d20fbe 100644
--- a/sw/source/ui/docvw/HeaderFooterWin.cxx
+++ b/sw/source/ui/docvw/HeaderFooterWin.cxx
@@ -387,6 +387,7 @@ void SwHeaderFooterWin::Paint( const Rectangle& )
aSeq, BColorModifier( Color( COL_WHITE ).getBColor(), 1.0 - nFadeRate, BCOLORMODIFYMODE_INTERPOLATE ) ) );
pProcessor->process( aGhostedSeq );
+ delete pProcessor;
}
bool SwHeaderFooterWin::IsEmptyHeaderFooter( )