summaryrefslogtreecommitdiff
path: root/src/gui/setup_other.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-06-13 14:45:13 +0300
committerAndrei Karas <akaras@inbox.ru>2013-06-13 14:45:13 +0300
commit5b93d3755001f2770f0f72cb12074790025c6249 (patch)
tree2677e47bfe504bfd5c02380644a6f49c165fc26b /src/gui/setup_other.cpp
parent24f4c6de03a3a65df1ad9100e912e968fe9b8b18 (diff)
downloadplus-5b93d3755001f2770f0f72cb12074790025c6249.tar.gz
plus-5b93d3755001f2770f0f72cb12074790025c6249.tar.bz2
plus-5b93d3755001f2770f0f72cb12074790025c6249.tar.xz
plus-5b93d3755001f2770f0f72cb12074790025c6249.zip
Add some missing cleanup on exit.
Diffstat (limited to 'src/gui/setup_other.cpp')
-rw-r--r--src/gui/setup_other.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp
index 39df3ca13..f26378630 100644
--- a/src/gui/setup_other.cpp
+++ b/src/gui/setup_other.cpp
@@ -379,6 +379,8 @@ Setup_Other::~Setup_Other()
mProxyTypeList = nullptr;
delete mShortcutsList;
mShortcutsList = nullptr;
+ delete mDensityList;
+ mDensityList = nullptr;
}
void Setup_Other::apply()