mirror of
https://github.com/SWG-Source/src.git
synced 2026-09-13 00:45:03 -04:00
re-add the mem leak so that the master branch can at least be used
This commit is contained in:
@@ -606,7 +606,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