test: fix memory leak.
authorHermet Park <chuneon.park@samsung.com>
Fri, 5 Nov 2021 12:10:59 +0000 (21:10 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Mon, 8 Nov 2021 09:01:54 +0000 (18:01 +0900)
commit3f991d15f64d5a3dc324fe7004ce0948b18abc35
tree3adb4794ef008e6d8ae4790ede48e694f5b9de8d
parent43ea7734276c6a42474a9db6834ee67d9eb7046a
test: fix memory leak.

these duplicates are not unique_ptr, should be taken care.

@Issue: https://github.com/Samsung/thorvg/issues/995
test/testPaint.cpp
test/testPicture.cpp