From d9249aa9f5602801d65b19debcbbb89a1bad97f9 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Fri, 20 Nov 2015 21:06:37 -0600 Subject: [PATCH] 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). --- engine/server/library/serverDatabase/src/shared/Persister.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/server/library/serverDatabase/src/shared/Persister.cpp b/engine/server/library/serverDatabase/src/shared/Persister.cpp index 85d94e4f..89c299ff 100755 --- a/engine/server/library/serverDatabase/src/shared/Persister.cpp +++ b/engine/server/library/serverDatabase/src/shared/Persister.cpp @@ -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()) {