From e66ea395e424983cb30c11e4050020f8e6f482e1 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Tue, 24 Jun 2014 12:15:03 +0200 Subject: Change allocation of InspIRCd::Logs to be physically part of the object containing it using fakederef --- src/inspircd.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 8d0b8a649..585abd0c7 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -131,7 +131,6 @@ void InspIRCd::Cleanup() DeleteZero(this->Config); SocketEngine::Deinit(); Logs->CloseLogs(); - DeleteZero(this->Logs); } void InspIRCd::SetSignals() @@ -250,7 +249,6 @@ InspIRCd::InspIRCd(int argc, char** argv) : do_nolog = 0, do_root = 0; // Initialize so that if we exit before proper initialization they're not deleted - this->Logs = 0; this->Users = 0; this->Config = 0; this->SNO = 0; @@ -262,9 +260,6 @@ InspIRCd::InspIRCd(int argc, char** argv) : UpdateTime(); this->startup_time = TIME.tv_sec; - // This must be created first, so other parts of Insp can use it while starting up - this->Logs = new LogManager; - SocketEngine::Init(); // Create base manager classes early, so nothing breaks -- cgit v1.3.1-10-gc9f91