svg_loader: removing setting the locale 92/317292/1 accepted/tizen_7.0_unified tizen_7.0 accepted/tizen/7.0/unified/20250102.085412
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:51:38 +0000 (14:51 +0900)
commite4c3a09773e431219c424d0babeeed7411958b43
treee2a00ec52a56b8746cebd16d1c8957c4620c4f69
parent5418ce4502d7d47ebefc9a38db669fb46cdf6304
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