summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-04-09 14:31:49 -0600
committerJared Adams <jaxad0127@gmail.com>2009-04-09 14:44:24 -0600
commit1158bce840bbd76a297c4f5eefd19444584f6fcd (patch)
tree1b06a0d9b5b8ec4c3760b3572fe4fe96285d35a7 /src/main.cpp
parent31afa067800d048985deb9ebe45c9729dfd39a00 (diff)
downloadmana-client-1158bce840bbd76a297c4f5eefd19444584f6fcd.tar.gz
mana-client-1158bce840bbd76a297c4f5eefd19444584f6fcd.tar.bz2
mana-client-1158bce840bbd76a297c4f5eefd19444584f6fcd.tar.xz
mana-client-1158bce840bbd76a297c4f5eefd19444584f6fcd.zip
Remove a segfault when exiting the client
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 27e61f19..0ef7289a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1654,7 +1654,6 @@ int main(int argc, char *argv[])
delete setup;
delete setupWindow;
- Net::getGeneralHandler()->unload();
#ifdef TMWSERV_SUPPORT
#else
delete network;