Fix copy constructor 49/312749/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 14 Jun 2024 00:35:00 +0000 (09:35 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 14 Jun 2024 00:35:00 +0000 (09:35 +0900)
commitbd5293b798ce3b9944d94cb3013243de0114eba6
tree7e30c60e13ba91143dd93d658c81504f75882c06
parentb8613a646fe6f2db815f8b92a46b22ba3b4d5d77
Fix copy constructor

For the wrong code written in anticipation of the order of the bundle,
the elements are taken out of the list and the values are copied.
This patc is for backward compatibility.

Change-Id: I77eb340fcac5e0b4e7fbe8946cf4bdadfc44e576
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/bundle/bundle-internal.cc