mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-04 04:16:02 -04:00
this works but we're still not always freeing up memory...ugh
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
// ======================================================================
|
||||
|
||||
Reference in New Issue
Block a user