From kde-commits Mon Oct 05 11:23:00 2009 From: Laurent Montel Date: Mon, 05 Oct 2009 11:23:00 +0000 To: kde-commits Subject: branches/KDE/4.3/kdeplasma-addons/applets/pastebin Message-Id: <1254741780.998448.6076.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=125474178809581 SVN commit 1031525 by mlaurent: Backport: fix mem leak M +1 -1 pastebin.cpp --- branches/KDE/4.3/kdeplasma-addons/applets/pastebin/pastebin.cpp #1031524:1031525 @@ -71,7 +71,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());