diff options
Diffstat (limited to 'src/gui/setup_other.cpp')
-rw-r--r-- | src/gui/setup_other.cpp | 2 |
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() |