thorvg/src/loaders
Hermet Park 6f962151b4 svg_loader: fix vector memory leaks.
vector is designed for c++ syntaxes,
it works properly when c++ memory allocator is applied,

Here svg_loader uses c style structures which allocated using malloc()/calloc().
That brings the memory broken of stl vectors.

So, we replaced it with our customized SvgVector to easily fix it.
2020-09-02 12:56:18 +09:00
..
svg svg_loader: fix vector memory leaks. 2020-09-02 12:56:18 +09:00
meson.build loader svg: code refactoring. 2020-08-14 18:47:50 +09:00