svg2png: revise code to fix memory violation.
authorHermet Park <chuneon.park@samsung.com>
Wed, 23 Jun 2021 12:00:54 +0000 (21:00 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 25 Jun 2021 00:45:46 +0000 (09:45 +0900)
commitc71881fc72c1e08af1e8fb5db74c1a7a1e4afa03
tree6efc681313e39f27449f6e8c99c3a0df15f7744a
parent7af1829d317979dc1b80fb2be2e416f09a721e10
svg2png: revise code to fix memory violation.

previous code didn't take care of multi-threading.

This revise code to avoid changing canvas buffer during multi-tasking.
src/bin/svg2png/svg2png.cpp