From e8ddde302cdea785e6588be6175e15c7fa2bc809 Mon Sep 17 00:00:00 2001 From: Ivan Timofeev Date: Fri, 24 Aug 2012 14:30:56 +0400 Subject: SwPageBreakWin: memory leak Change-Id: Ibb543b8da8c89c7fa3799fada03c787dabe2b3cb (cherry picked from commit a251863970e0512a1dc2bd857913a3adf7148bb3) Reviewed-on: https://gerrit.libreoffice.org/472 Reviewed-by: Norbert Thiebaud Tested-by: Norbert Thiebaud --- sw/source/ui/docvw/PageBreakWin.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/sw/source/ui/docvw/PageBreakWin.cxx b/sw/source/ui/docvw/PageBreakWin.cxx index 02a3dcbcab82..b8a35538d636 100644 --- a/sw/source/ui/docvw/PageBreakWin.cxx +++ b/sw/source/ui/docvw/PageBreakWin.cxx @@ -215,6 +215,7 @@ void SwPageBreakWin::Paint( const Rectangle& ) *this, aNewViewInfos ); pProcessor->process( aGhostedSeq ); + delete pProcessor; } void SwPageBreakWin::Select( ) -- cgit