summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-03-30 13:16:43 -0600
committerJared Adams <jaxad0127@gmail.com>2010-03-30 14:29:28 -0600
commit0c8fd1b9e6a4840bb573c26602f439e7c6ab9d7d (patch)
tree2996cae62236089221bc7c7bad6e834021db6114 /src/gui
parent43abf72c78b492fa1cd383dac3990ee331c217ef (diff)
downloadmana-client-0c8fd1b9e6a4840bb573c26602f439e7c6ab9d7d.tar.gz
mana-client-0c8fd1b9e6a4840bb573c26602f439e7c6ab9d7d.tar.bz2
mana-client-0c8fd1b9e6a4840bb573c26602f439e7c6ab9d7d.tar.xz
mana-client-0c8fd1b9e6a4840bb573c26602f439e7c6ab9d7d.zip
Fix some memory issues
Reviewed-by: Thorbjørn Lindeijer
Diffstat (limited to 'src/gui')
-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()