diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-04-09 14:31:49 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-04-09 14:44:24 -0600 |
commit | 1158bce840bbd76a297c4f5eefd19444584f6fcd (patch) | |
tree | 1b06a0d9b5b8ec4c3760b3572fe4fe96285d35a7 /src/main.cpp | |
parent | 31afa067800d048985deb9ebe45c9729dfd39a00 (diff) | |
download | mana-1158bce840bbd76a297c4f5eefd19444584f6fcd.tar.gz mana-1158bce840bbd76a297c4f5eefd19444584f6fcd.tar.bz2 mana-1158bce840bbd76a297c4f5eefd19444584f6fcd.tar.xz mana-1158bce840bbd76a297c4f5eefd19444584f6fcd.zip |
Remove a segfault when exiting the client
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
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; |