[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Aug 29 12:11:55 PDT 2012
sw/source/ui/docvw/PageBreakWin.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2dc3f70b13ed861de6cb1b37b90edaa4fd0aa510
Author: Ivan Timofeev <timofeev.i.s at gmail.com>
Date: Fri Aug 24 14:30:56 2012 +0400
SwPageBreakWin: memory leak
Change-Id: Ibb543b8da8c89c7fa3799fada03c787dabe2b3cb
(cherry picked from commit a251863970e0512a1dc2bd857913a3adf7148bb3)
Reviewed-on: https://gerrit.libreoffice.org/473
Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud at gmail.com>
diff --git a/sw/source/ui/docvw/PageBreakWin.cxx b/sw/source/ui/docvw/PageBreakWin.cxx
index f92101c..cd1184f 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( )
More information about the Libreoffice-commits
mailing list