summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2010-06-13 16:07:06 +0300
committerJared Adams <jaxad0127@gmail.com>2010-06-13 13:12:42 -0600
commit0b15a3ad32838134384524ce4af95d65b0b4e5da (patch)
tree1d558ea3e5c722748f2870ccf92bffd2f8488b80 /src/gui/setup_video.cpp
parent48fd3efab457b3ae35ca0a7df0f3d1ce59e54e24 (diff)
downloadmana-client-0b15a3ad32838134384524ce4af95d65b0b4e5da.tar.gz
mana-client-0b15a3ad32838134384524ce4af95d65b0b4e5da.tar.bz2
mana-client-0b15a3ad32838134384524ce4af95d65b0b4e5da.tar.xz
mana-client-0b15a3ad32838134384524ce4af95d65b0b4e5da.zip
Fix memory leaks in different windows.
Signed-off-by: Jared Adams <jaxad0127@gmail.com>
Diffstat (limited to 'src/gui/setup_video.cpp')
-rw-r--r--src/gui/setup_video.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp
index ebe53261..81ce8107 100644
--- a/src/gui/setup_video.cpp
+++ b/src/gui/setup_video.cpp
@@ -380,6 +380,7 @@ Setup_Video::Setup_Video():
Setup_Video::~Setup_Video()
{
delete mModeListModel;
+ delete mModeList;
delete mFontSizeListModel;
}