summaryrefslogtreecommitdiff
path: root/core/launcher/systray.cpp
Side-by-side diff
Diffstat (limited to 'core/launcher/systray.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/systray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/systray.cpp b/core/launcher/systray.cpp
index 4859e48..be55791 100644
--- a/core/launcher/systray.cpp
+++ b/core/launcher/systray.cpp
@@ -128,7 +128,7 @@ void SysTray::addApplets()
applet->applet = applet->iface->applet( this );
appletList.append(*applet);
}
- delete applets;
+ delete [] applets;
#else
TaskbarApplet applet;
applet.iface = new ClockAppletImpl();