summaryrefslogtreecommitdiff
path: root/noncore/todayplugins
authorsimon <simon>2002-11-21 12:08:00 (UTC)
committer simon <simon>2002-11-21 12:08:00 (UTC)
commit50058bc62134e4a23da48bb9f797a66fb25b1f91 (patch) (side-by-side diff)
tree59ec820e2ce7ceba4a01c6b3cc95c1013cbd9b58 /noncore/todayplugins
parent58715bab157ca913a08b7ce26c230bbc0be5f70b (diff)
downloadopie-50058bc62134e4a23da48bb9f797a66fb25b1f91.zip
opie-50058bc62134e4a23da48bb9f797a66fb25b1f91.tar.gz
opie-50058bc62134e4a23da48bb9f797a66fb25b1f91.tar.bz2
- delete the guiPart object in the destructor
Diffstat (limited to 'noncore/todayplugins') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/fortune/fortunepluginimpl.cpp1
-rw-r--r--noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginimpl.cpp1
-rw-r--r--noncore/todayplugins/weather/weatherpluginimpl.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/noncore/todayplugins/fortune/fortunepluginimpl.cpp b/noncore/todayplugins/fortune/fortunepluginimpl.cpp
index 4844f74..466e322 100644
--- a/noncore/todayplugins/fortune/fortunepluginimpl.cpp
+++ b/noncore/todayplugins/fortune/fortunepluginimpl.cpp
@@ -24,6 +24,7 @@ FortunePluginImpl::FortunePluginImpl()
FortunePluginImpl::~FortunePluginImpl()
{
+ delete fortunePlugin;
}
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginimpl.cpp b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginimpl.cpp
index 9a640d4..c17781b 100644
--- a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginimpl.cpp
+++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginimpl.cpp
@@ -24,6 +24,7 @@ StockTickerPluginImpl::StockTickerPluginImpl() {
}
StockTickerPluginImpl::~StockTickerPluginImpl() {
+ delete stocktickerPlugin;
}
diff --git a/noncore/todayplugins/weather/weatherpluginimpl.cpp b/noncore/todayplugins/weather/weatherpluginimpl.cpp
index b5c7d0a..1a7c27b 100644
--- a/noncore/todayplugins/weather/weatherpluginimpl.cpp
+++ b/noncore/todayplugins/weather/weatherpluginimpl.cpp
@@ -36,6 +36,7 @@ WeatherPluginImpl::WeatherPluginImpl()
WeatherPluginImpl::~WeatherPluginImpl()
{
+ delete weatherPlugin;
}