summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index 33e9f301..1406a0d0 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -119,6 +119,7 @@ Theme::~Theme()
{
delete_all(mSkins);
config.removeListener("guialpha", this);
+ delete_all(mProgressColors);
}
Theme *Theme::instance()