Fix bugs about getting and setting raw data 16/282216/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 28 Sep 2022 10:27:29 +0000 (10:27 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 28 Sep 2022 10:27:29 +0000 (10:27 +0000)
commitfd1c15c4a95a4092008d27583f0c7c3d9ae62f5b
treec65a4242b0a39ac8763c23c99591fcd60ec3dce5
parent1b6d9ceef23c57fedc4099bd4ef1fb83d65565ad
Fix bugs about getting and setting raw data

Unfortunately, there is a bug about the raw data of the parcel.
When the rpc_port_parcel_get_raw() is called, the function allocates a
tizen_base::Parcel to set the raw data internally.

Change-Id: I4297f7fab5ba144bafd17366b518627bfbd1e5d1
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/parcel-internal.cc
src/parcel-internal.hh
src/rpc-port-parcel.cc