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

Laurent Montel montel at kde.org
Thu Mar 10 13:23:18 CET 2011


SVN commit 1224397 by mlaurent:

Fix mem leak


 M  +1 -0      GeoSceneLayer.cpp  


--- trunk/KDE/kdeedu/marble/src/lib/geodata/scene/GeoSceneLayer.cpp #1224396:1224397
@@ -87,6 +87,7 @@
 GeoSceneLayer::~GeoSceneLayer()
 {
    qDeleteAll( m_datasets );
+   delete d;
 }
 
 const char* GeoSceneLayer::nodeType() const


More information about the Marble-commits mailing list