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());