mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-30 00:15:47 -04:00
didn't realize these were read only
This commit is contained in:
@@ -320,11 +320,6 @@ void Loader::startLoadForServer(uint32 serverId)
|
||||
|
||||
locators->pop_front();
|
||||
--m_numQueuedLocators;
|
||||
|
||||
delete regularLocator;
|
||||
delete goldLocator;
|
||||
regularLocator = NULL;
|
||||
goldLocator = NULL;
|
||||
}
|
||||
|
||||
snapshot->setLoadSerialNumber(++m_loadSerialNumber);
|
||||
@@ -659,8 +654,6 @@ void Loader::requestChunk(uint32 processId,int nodeX, int nodeZ, const std::stri
|
||||
|
||||
delete regularLocator;
|
||||
delete goldLocator;
|
||||
regularLocator = NULL;
|
||||
goldLocator = NULL;
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -944,8 +937,6 @@ void Loader::addLocatorsForServer(uint32 serverId, ObjectLocator * regularLocato
|
||||
|
||||
delete regularLocator;
|
||||
delete goldLocator;
|
||||
regularLocator = NULL;
|
||||
goldLocator = NULL;
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user