didn't realize these were read only

This commit is contained in:
CodeCodon
2015-07-28 11:55:17 -05:00
parent 8e79c68e29
commit 0eeacb3709
@@ -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;
}
// ----------------------------------------------------------------------