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;
}