data_device: Fix crash with workaround 24/280024/1
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 18 Aug 2022 04:33:19 +0000 (13:33 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 22 Aug 2022 09:08:16 +0000 (18:08 +0900)
commit88f475395808dd76a6023d63be286e74f43d9247
treea1f63c18cfce7953aa1a1574f10fc3b2c00782a8
parent624baa6b9bce1e13a0811bd73f93970aa7a28985
data_device: Fix crash with workaround

data_offer_destroy() could be called twice on the destry signal of
data_source and it eventually led to crash.

Change-Id: If4530872cce7cbbaee7455a3dba71fd69abebee6
src/data_device.h
src/data_device/data_offer.c
src/data_device/data_source.c