mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
TEMP FIX? This may leave things hanging in memory but does make housing packup not crash the server - it may be something to do with the empty destructors in the backtrace (see comment).
This commit is contained in:
@@ -602,7 +602,7 @@ void Persister::saveCompleted(Snapshot *completedSnapshot)
|
||||
{
|
||||
m_savingSnapshots.erase(i, m_savingSnapshots.end());
|
||||
|
||||
delete completedSnapshot;
|
||||
//delete completedSnapshot;
|
||||
|
||||
if (m_savingSnapshots.empty() && ConfigServerDatabase::getReportSaveTimes())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user