Revert "[Tizen] Fix to get a Stage::SceneCreatedSignal()"
[platform/core/uifw/dali-adaptor.git] / adaptors / common / application-impl.cpp
index 8dd7597..931ba12 100644 (file)
@@ -102,10 +102,10 @@ Application::~Application()
 {
   mSingletonService.UnregisterAll();
 
-  delete mFramework;
-  delete mCommandLineOptions;
-  delete mAdaptor;
   mWindow.Reset();
+  delete mAdaptor;
+  delete mCommandLineOptions;
+  delete mFramework;
 }
 
 void Application::CreateWindow()