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

SwPageBreakWin: memory leak

Change-Id: Ibb543b8da8c89c7fa3799fada03c787dabe2b3cb
üst 01a6b0b0
...@@ -215,6 +215,7 @@ void SwPageBreakWin::Paint( const Rectangle& ) ...@@ -215,6 +215,7 @@ void SwPageBreakWin::Paint( const Rectangle& )
*this, aNewViewInfos ); *this, aNewViewInfos );
pProcessor->process( aGhostedSeq ); pProcessor->process( aGhostedSeq );
delete pProcessor;
} }
void SwPageBreakWin::Select( ) void SwPageBreakWin::Select( )
......
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