Fix a bug about exiting the main loop 78/211778/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 9 Aug 2019 05:13:05 +0000 (14:13 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 9 Aug 2019 05:13:05 +0000 (14:13 +0900)
Change-Id: Ib40a2551ab6d1058cbfbe66fbb3ad2c5e674c904
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
component_based/base/application_base.cc

index 8c8def525d364e8a2b4e8ee080c8f09b41e9ba62..6b90a98a96b8e0eba3ad0a3f5eace5826a940757 100644 (file)
@@ -245,6 +245,7 @@ std::string ApplicationBase::GetApplicationID() {
 }
 
 void ApplicationBase::Exit() {
+  impl_->Exit();
 }
 
 void ApplicationBase::OnInit(int argc, char** argv) {