Support oracle 10.2.0.4 client libs

This commit is contained in:
DarthArgus
2016-12-04 00:56:24 +00:00
parent f9c0a47a39
commit 9d8b7c0d3a
4 changed files with 28 additions and 12 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;
}
// ======================================================================