From kde-commits Mon Oct 05 11:22:15 2009 From: Laurent Montel Date: Mon, 05 Oct 2009 11:22:15 +0000 To: kde-commits Subject: KDE/kdeplasma-addons/applets/pastebin Message-Id: <1254741735.586145.5906.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=125474174409501 SVN commit 1031524 by mlaurent: Fix mem leak M +1 -1 pastebin.cpp --- trunk/KDE/kdeplasma-addons/applets/pastebin/pastebin.cpp #1031523:1031524 @@ -74,7 +74,7 @@ { delete m_topSeparator; delete m_bottomSeparator; - + delete m_icon; QString history; for (int i = 0; i < m_actionHistory.size(); ++i) { history.prepend(m_actionHistory.at(i)->text());