diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-30 17:15:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-30 17:15:36 +0300 |
commit | bcdc03e42f9a73b187a73f58bd0c59e8279969f2 (patch) | |
tree | be318be13f1f4b5e27a966cdc10a2aef8bbab912 | |
parent | dffc4e4d8908f2df4eb458aa1a77c73c93213d43 (diff) | |
download | plus-bcdc03e42f9a73b187a73f58bd0c59e8279969f2.tar.gz plus-bcdc03e42f9a73b187a73f58bd0c59e8279969f2.tar.bz2 plus-bcdc03e42f9a73b187a73f58bd0c59e8279969f2.tar.xz plus-bcdc03e42f9a73b187a73f58bd0c59e8279969f2.zip |
Fix leak in theme loading.
-rw-r--r-- | src/gui/theme.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 311863f41..0628b5b86 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -150,7 +150,6 @@ Theme::Theme(): initDefaultThemePath(); config.addListener("guialpha", this); - loadColors(); mColors[HIGHLIGHT].ch = 'H'; mColors[CHAT].ch = 'C'; |