re-add the mem leak so that the master branch can at least be used

This commit is contained in:
DarthArgus
2016-12-11 02:30:58 +00:00
parent 8bec0aa8ce
commit 6b4974906d
@@ -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())
{