Kaydet (Commit) 442d0766 authored tarafından Ivan Timofeev's avatar Ivan Timofeev

SwHeaderFooterWin: memory leak

Change-Id: Ie8322b93745c48970766c2033a23cca2c710a516
üst 93d22852
...@@ -387,6 +387,7 @@ void SwHeaderFooterWin::Paint( const Rectangle& ) ...@@ -387,6 +387,7 @@ void SwHeaderFooterWin::Paint( const Rectangle& )
aSeq, BColorModifier( Color( COL_WHITE ).getBColor(), 1.0 - nFadeRate, BCOLORMODIFYMODE_INTERPOLATE ) ) ); aSeq, BColorModifier( Color( COL_WHITE ).getBColor(), 1.0 - nFadeRate, BCOLORMODIFYMODE_INTERPOLATE ) ) );
pProcessor->process( aGhostedSeq ); pProcessor->process( aGhostedSeq );
delete pProcessor;
} }
bool SwHeaderFooterWin::IsEmptyHeaderFooter( ) bool SwHeaderFooterWin::IsEmptyHeaderFooter( )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment