thorvg/src
JunsuChoi 6e2275116e lottie: Prevent memory leak when file is invalid
When json file is invalid in the parser,
the LottieComposition object is not released and the parse() returns false.
To prevent memory leaks, free the memory before returning false.

related issue : https://github.com/thorvg/thorvg/issues/2070
2024-03-21 17:05:45 +09:00
..
bindings capi: Add two additional ColorSpace options to align with C++ APIs. 2024-03-15 11:27:51 +09:00
common lottie: code refactoring. 2024-03-08 14:19:34 +09:00
examples sw_engine: fix radial gradient when focal point is outside circle on ARM/Apple Silicon 2024-03-08 14:23:51 +09:00
loaders lottie: Prevent memory leak when file is invalid 2024-03-21 17:05:45 +09:00
renderer renderer: ensure paints retain composition context 2024-03-21 17:05:37 +09:00
savers saver/tvg: removed an unstable condition. 2024-01-03 16:21:15 +09:00
tools updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
meson.build common: STM32 portability enhancement 2024-01-18 23:56:29 +09:00