diff options
| author | 2009-10-16 15:43:53 +0000 | |
|---|---|---|
| committer | 2009-10-16 15:43:53 +0000 | |
| commit | 7c55dfc7887b2ca91e4ebdf9f2733de8adb56e18 (patch) | |
| tree | 49c0b12a63774597e950ed0168630e35966f0cfa /src/server.cpp | |
| parent | Add m_namedmodes that adds pseudo-listmode Z that shows and manipulates modes... (diff) | |
Clean up crash on destruction of statics at exit
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11877 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/server.cpp')
| -rw-r--r-- | src/server.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server.cpp b/src/server.cpp index e5546654e..085348976 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -44,6 +44,7 @@ void InspIRCd::Exit(int status) this->SendError("Exiting with status " + ConvToStr(status) + " (" + std::string(ExitCodes[status]) + ")"); this->Cleanup(); delete this; + ServerInstance = NULL; } exit (status); } |
