Deinitialize engine when termination request is arrived 51/282651/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Fri, 7 Oct 2022 09:52:50 +0000 (18:52 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Fri, 7 Oct 2022 09:52:50 +0000 (18:52 +0900)
- Issue:
When termination request is arrived, engine does not clean up internal
handle and memories.

- Solution:
This patch adds invocation of vc_default_deinitialize() to
service_app_terminate callback. Through this change, engine can properly
terminate the engine process.

Change-Id: I0180d0ecb015e33c3bdd11a07f4367e6092c5c19
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
bin/i586/org.tizen.vc-engine-default
bin/x86_64/org.tizen.vc-engine-default

index b97a6f61da4774da476337af24e500572b162388..a3dd3bf619c5a88dd4da8c78e12f5de45447f4b4 100755 (executable)
Binary files a/bin/i586/org.tizen.vc-engine-default and b/bin/i586/org.tizen.vc-engine-default differ
index 6ac221916071609047d92238724415efbe09fc62..2bd6c9274683746daf847bbe734efbec127082ac 100755 (executable)
Binary files a/bin/x86_64/org.tizen.vc-engine-default and b/bin/x86_64/org.tizen.vc-engine-default differ