svg_loader: removing setting the locale 90/317290/1 accepted/tizen/9.0/unified/20250102.114434
authorjoogab.yun <joogab.yun@samsung.com>
Mon, 30 Dec 2024 05:43:18 +0000 (14:43 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Mon, 30 Dec 2024 05:50:55 +0000 (14:50 +0900)
commit0aad3ecd49d3ef4c552617454c7244d9b2ce7542
treeee81730e24cb4fdba17056453e93605da4617dfb
parent655944d756ea76ba2e104d98f09a6831812920bf
svg_loader: removing setting the locale

The locale was set while reading the path attr,
which could have caused race conditions between
threads and potentially led to crashes.
Now removed as unnecessary.

https://github.com/thorvg/thorvg/pull/1390

Change-Id: Ieb88bbffaffdf5c1613fe663c328f6964b369725
src/loaders/svg/tvgSvgPath.cpp