Fixes some unit tests due to the removal of the MemoryDriller

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-12-02 12:41:32 -08:00
parent 19ddeeded9
commit de06bb75e5
4 changed files with 7 additions and 0 deletions
+1
View File
@@ -89,6 +89,7 @@ namespace UnitTest
if (m_drillerManager)
{
AZ::Debug::DrillerManager::Destroy(m_drillerManager);
AZ::AllocatorManager::Instance().ExitProfilingMode();
m_drillerManager = nullptr;
}
}