aboutsummaryrefslogtreecommitdiff
path: root/lobby.cpp
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2017-01-17 14:02:30 +0100
committerDavid Skoland <davidskoland@gmail.com>2017-01-17 14:02:30 +0100
commitd842caafe4814a058169ab6a70bc8a43cdfaf0b6 (patch)
treee7dbe12f320ea45a25e1a0c46f3597b5ac78101c /lobby.cpp
parente468bc53b741b10fd0f2c25e4d61a1d92e14a84a (diff)
tweaking program flow to prevent crash on closing
Diffstat (limited to 'lobby.cpp')
-rw-r--r--lobby.cpp14
1 files changed, 1 insertions, 13 deletions
diff --git a/lobby.cpp b/lobby.cpp
index 99ac66a9..baf7d3b0 100644
--- a/lobby.cpp
+++ b/lobby.cpp
@@ -279,17 +279,5 @@ void Lobby::set_player_count(int players_online, int max_players)
Lobby::~Lobby()
{
- delete ui_background;
- delete ui_public_servers;
- delete ui_favorites;
- delete ui_refresh;
- delete ui_add_to_fav;
- delete ui_connect;
- delete ui_about;
- delete ui_server_list;
- delete ui_player_count;
- delete ui_description;
- delete ui_chatbox;
- delete ui_chatname;
- delete ui_chatmessage;
+
}