From 29d34525a33bbc743ab507150903b3e5527baa6e Mon Sep 17 00:00:00 2001 From: arcan1s Date: Wed, 1 Oct 2014 02:57:06 +0400 Subject: [PATCH] fix plasma crash caused by label destruction --- README.md | 3 +-- sources/desktop-panel/desktop-panel.cpp | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index afb40c4..9ae12bf 100644 --- a/README.md +++ b/README.md @@ -292,8 +292,7 @@ Additional information TODO (wish list) ---------------- -* 3rdpatry modules support (C++, Python and Shell modules in the plan) -* graphical bars support +See [milestones](https://github.com/arcan1s/awesome-widgets/milestones) for more details. Links ----- diff --git a/sources/desktop-panel/desktop-panel.cpp b/sources/desktop-panel/desktop-panel.cpp index 3998a14..52540e8 100644 --- a/sources/desktop-panel/desktop-panel.cpp +++ b/sources/desktop-panel/desktop-panel.cpp @@ -187,7 +187,6 @@ void DesktopPanel::reinit() for (int i=0; iremoveItem(proxyWidgets[i]); delete proxyWidgets[i]; - delete labels[i]; } labels.clear(); proxyWidgets.clear();