Fix service app finalization 02/144402/6 accepted/tizen_3.0_common accepted/tizen_3.0_ivi accepted/tizen_3.0_mobile accepted/tizen_3.0_tv accepted/tizen_3.0_wearable tizen_3.0 accepted/tizen/3.0/common/20170818.112411 accepted/tizen/3.0/ivi/20170818.001358 accepted/tizen/3.0/mobile/20170818.001324 accepted/tizen/3.0/tv/20170818.001310 accepted/tizen/3.0/wearable/20170818.001343 submit/tizen_3.0/20170817.090741
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 16 Aug 2017 12:00:39 +0000 (21:00 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 17 Aug 2017 07:59:02 +0000 (16:59 +0900)
commit8016d738948344a10b641644a3c05d8cfda17c9f
tree3789d20dc1b1c3447805f57e2a264f8708723741
parent3fa629c2e616412a1bf4590ed6f6bea47a75e04f
Fix service app finalization

While calling service_app_exit() or service_app_exit_without_restart(),
the application sends the status dying event to the amd.
If the initialization is failed, the aul_finalize() API will be called
to release the resources about AUL.

Change-Id: If131f838d478c02b9dd99bd1ff61dc4147375ddf
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/appcore-agent.c