[Marble-commits] KDE/kdeedu/marble/src/plugins/render/weather
Bastian Holst
bastianholst at gmx.de
Sat Jul 18 17:08:26 CEST 2009
SVN commit 998779 by bholst:
Fixed a memory leak in Marbles WeatherPlugin.
Thanks to mjansen.
M +1 -0 WeatherPlugin.cpp
--- trunk/KDE/kdeedu/marble/src/plugins/render/weather/WeatherPlugin.cpp #998778:998779
@@ -77,6 +77,7 @@
WeatherPlugin::~WeatherPlugin() {
delete m_aboutDialog;
+ delete m_configDialog;
}
void WeatherPlugin::initialize() {
More information about the Marble-commits
mailing list