From 50058bc62134e4a23da48bb9f797a66fb25b1f91 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 21 Nov 2002 12:08:00 +0000 Subject: - delete the guiPart object in the destructor --- (limited to 'noncore/todayplugins/stockticker/stocktickerlib') 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; } -- cgit v0.9.0.2