[Marble-commits] KDE/kdeedu/marble/src/lib

Bastian Holst bastianholst at gmx.de
Sat Aug 8 16:43:08 CEST 2009


SVN commit 1008872 by bholst:

Fixed crash in Marbles GeoPainter::regionFromPolygon()

 M  +0 -2      GeoPainter.cpp  


--- trunk/KDE/kdeedu/marble/src/lib/GeoPainter.cpp #1008871:1008872
@@ -695,8 +695,6 @@
             painterPath.addPolygon( *itPolygon );
         }
 
-        qDeleteAll( polygons );
-
         QPainterPathStroker stroker;
         stroker.setWidth( strokeWidth );
         QPainterPath strokePath = stroker.createStroke( painterPath );


More information about the Marble-commits mailing list