Sync Test harness for test-application 37/317637/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 12 Sep 2024 12:07:10 +0000 (21:07 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Thu, 12 Sep 2024 12:07:10 +0000 (21:07 +0900)
Change-Id: I869820f92d0cda03d20d2ed118058b0caa9e8236
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-application.cpp

index 6e6b3fc..1fa33c4 100644 (file)
@@ -101,6 +101,10 @@ void TestApplication::InitializeCore()
 
 TestApplication::~TestApplication()
 {
+  if(DALI_LIKELY(mCore))
+  {
+    mCore->ContextDestroyed();
+  }
   Dali::Integration::Log::UninstallLogFunction();
   delete mCore;
 }