vdrawable: Don't strdup for name data 87/227887/1
authorJunsuChoi <jsuya.choi@samsung.com>
Wed, 11 Mar 2020 12:42:55 +0000 (21:42 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Tue, 17 Mar 2020 05:14:14 +0000 (14:14 +0900)
commit544a2d94ae14958d413d2795c8c3e9c44145c88b
tree5df7e6f5ff7d2c95329276e874d4347c51404060
parent7435ba7171cc7bfb1d68d7572d505da9ee5e578f
vdrawable: Don't strdup for name data

The name information passed in is allocated and managed by the parser.
There is no need to duplicate the same data.

Change-Id: I9c488e654c01bdfe7c48388c29fad350cd261deb
src/vector/vdrawable.cpp
src/vector/vdrawable.h