Add nodelete option for destroying handles 22/292722/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 12 May 2023 01:42:06 +0000 (01:42 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 12 May 2023 01:42:06 +0000 (01:42 +0000)
commit2c12bd804204a02bce1b3601a4454a3086f9711f
tree5b19bab73e10ffb0093d1c90cbfd6eace9830b12
parente617ba16782dacdac6f807cdfd620be1b39c6ead
Add nodelete option for destroying handles

If the process unloads the rpc-port library, the process will be crashed by
the glib source. While calling elm_shutdown(), the glib source will be dispatched.
In that case, the process has crashed if the rpc-port library is unloaded.

Change-Id: I67354c0d7bc8d2ef51b363cb762f5c8132940783
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/CMakeLists.txt