From 871af4828a0fc64637b8e08ca2d1df6233849d55 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Wed, 15 Apr 2009 22:08:41 -0600 Subject: Clean up some more memory leaks And remove an unneeded variable --- src/gui/setup_players.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gui/setup_players.cpp') diff --git a/src/gui/setup_players.cpp b/src/gui/setup_players.cpp index e093a5b6..367d21a2 100644 --- a/src/gui/setup_players.cpp +++ b/src/gui/setup_players.cpp @@ -240,8 +240,8 @@ Setup_Players::Setup_Players(): RELATION_CHOICE_COLUMN_WIDTH); mPlayerTitleTable->setBackgroundColor(gcn::Color(0xbf, 0xbf, 0xbf)); - gcn::ListModel *ignoreChoices = new IgnoreChoicesListModel; - mIgnoreActionChoicesBox = new DropDown(ignoreChoices); + mIgnoreActionChoicesModel = new IgnoreChoicesListModel; + mIgnoreActionChoicesBox = new DropDown(mIgnoreActionChoicesModel); for (int i = 0; i < COLUMNS_NR; i++) { @@ -300,6 +300,7 @@ Setup_Players::Setup_Players(): Setup_Players::~Setup_Players() { player_relations.removeListener(this); + delete mIgnoreActionChoicesModel; } -- cgit v1.2.3-70-g09d2