fix deep copy of the vector. 47/243547/2
authorSubhransu Mohanty <sub.mohanty@samsung.com>
Tue, 8 Sep 2020 03:26:54 +0000 (12:26 +0900)
committerSubhransu Mohanty <sub.mohanty@samsung.com>
Tue, 8 Sep 2020 04:09:23 +0000 (13:09 +0900)
commitf0a322fe240ce19faeaf7b8735247f8cf1ad004d
tree9b73ebafc7151b8dad9af932ea26bfec648950bb
parent5826321b721c2dc09abda23e9d845cb4cf8edc92
fix deep copy of the vector.

as the function returns the vector by const& and our temporary
object dosen't match the return type we make a deep copy of the vector.

Change-Id: Ie402d85962b138ed08bf00cbb3a8453190b8f812
dali/internal/render/renderers/render-renderer.cpp