From 5b93d3755001f2770f0f72cb12074790025c6249 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 13 Jun 2013 14:45:13 +0300 Subject: Add some missing cleanup on exit. --- src/gui/setup_other.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/setup_other.cpp') 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() -- cgit v1.2.3-70-g09d2