[kgraphviewer-devel] extragear/graphics/kgraphviewer/src/part

Laurent Montel montel at kde.org
Thu Oct 14 13:54:06 CEST 2010


SVN commit 1185850 by mlaurent:

Fix mem leak


 M  +1 -0      simpleprintingpagesetup.cpp  


--- trunk/extragear/graphics/kgraphviewer/src/part/simpleprintingpagesetup.cpp #1185849:1185850
@@ -217,6 +217,7 @@
 
 KGVSimplePrintingPageSetup::~KGVSimplePrintingPageSetup()
 {
+  delete m_contents;
 }
 
 void KGVSimplePrintingPageSetup::updatePageLayoutAndUnitInfo()


More information about the kgraphviewer-devel mailing list