diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-08-24 14:30:56 +0400 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-08-29 19:15:37 +0000 |
commit | e8ddde302cdea785e6588be6175e15c7fa2bc809 (patch) | |
tree | e892ac96e0f6c7346c6327367aeac98cb437589e | |
parent | 9019bbf37b0460407823d98134f87f355af54123 (diff) |
SwPageBreakWin: memory leak
Change-Id: Ibb543b8da8c89c7fa3799fada03c787dabe2b3cb
(cherry picked from commit a251863970e0512a1dc2bd857913a3adf7148bb3)
Reviewed-on: https://gerrit.libreoffice.org/472
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
-rw-r--r-- | sw/source/ui/docvw/PageBreakWin.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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( ) |