this works but we're still not always freeing up memory...ugh

This commit is contained in:
DarthArgus
2016-12-02 16:47:17 +00:00
parent 4638386552
commit c7e825e4a9
2 changed files with 2 additions and 11 deletions
@@ -31,8 +31,8 @@ void TaskSaveSnapshot::onComplete()
m_snapshot->saveCompleted();
Persister::getInstance().saveCompleted(m_snapshot);
delete m_snapshot;
m_snapshot = nullptr;
// delete m_snapshot;
// m_snapshot = nullptr;
}
// ======================================================================