thorvg/src
JunsuChoi dd2e7b9b4e 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-19 11:48:02 +09:00
..
bindings capi: Add two additional ColorSpace options to align with C++ APIs. 2024-03-14 14:45:38 +09:00
common lottie: code refactoring. 2024-03-03 14:04:34 +09:00
examples examples: refactored the examples directory 2024-03-18 18:09:03 +09:00
loaders lottie: Prevent memory leak when file is invalid 2024-03-19 11:48:02 +09:00
renderer renderer: ensure paints retain composition context 2024-03-18 18:12:53 +09:00
savers saver/tvg: removed an unstable condition. 2024-01-03 16:45:33 +09:00
tools svg2png: clear the target buffer before the drawing. (#1910) 2024-01-15 10:06:40 +09:00
meson.build common: STM32 portability enhancement 2024-01-18 10:20:21 +09:00