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

Torsten Rahn tackat at kde.org
Sat Jul 18 17:34:44 CEST 2009


SVN commit 998784 by rahn:

- mem leak fix for celestial list based on mjansen's valgrind log.



 M  +1 -0      MarbleControlBox.cpp  


--- branches/KDE/4.3/kdeedu/marble/src/lib/MarbleControlBox.cpp #998783:998784
@@ -198,6 +198,7 @@
 
 MarbleControlBox::~MarbleControlBox()
 {
+    delete d->m_celestialList;
     delete d;
 }
 


More information about the Marble-commits mailing list