readd the delete - this branch i'm not sure if we need or not, same goes

for smart ptr branch
This commit is contained in:
DarthArgus
2016-11-29 23:13:28 +00:00
parent 8ebe434e0b
commit cd3c1f3fe8
2 changed files with 7 additions and 0 deletions
@@ -50,6 +50,9 @@ Snapshot::~Snapshot()
*j = nullptr;
}
m_locatorList.clear();
m_customStepList.clear();
++ms_deletionCount;
LOG("Snapshot",("Deleted snapshot. %i outstanding, %i created, %i deleted", ms_creationCount-ms_deletionCount,ms_creationCount,ms_deletionCount));
}