thorvg/src/lib
Hermet Park 7ee25cd783 sw_engine: fix mistached c style alloc/free
these are allocated by c style mem alloc.
Thus, they should be freed with free()

Change-Id: I320fff4d5a5bce2374ace6495a9f96c3e1034cfc
2020-06-03 11:15:40 +09:00
..
gl_engine gl_engine: gl infrastructure interfaces 2020-05-26 13:56:35 -04:00
sw_engine sw_engine: fix mistached c style alloc/free 2020-06-03 11:15:40 +09:00
meson.build common scene: implement basic scene behaviors and testScene sample. 2020-05-05 10:27:35 +09:00
tvgCanvas.cpp common canvas: hide engine() interface 2020-05-04 21:27:41 +09:00
tvgCanvasImpl.h common: support Scene Transform 2020-05-17 16:50:47 +09:00
tvgCommon.h common scene: implement basic scene behaviors and testScene sample. 2020-05-05 10:27:35 +09:00
tvgEngine.cpp rename class names. 2020-04-18 23:00:44 +09:00
tvgGlCanvas.cpp gl_engine: gl infrastructure interfaces 2020-05-26 13:56:35 -04:00
tvgRenderCommon.h common stroke: implement stroke interfaces. 2020-05-22 16:18:32 +09:00
tvgScene.cpp common paint: revise bounds interface. 2020-05-22 16:32:32 +09:00
tvgSceneImpl.h common paint: revise bounds interface. 2020-05-22 16:32:32 +09:00
tvgShape.cpp common stroke: retype the stroke width from size_t to float 2020-06-02 20:58:50 +09:00
tvgShapeImpl.h common stroke: retype the stroke width from size_t to float 2020-06-02 20:58:50 +09:00
tvgShapePath.h sw_engine: fix mistached c style alloc/free 2020-06-03 11:15:40 +09:00
tvgSwCanvas.cpp common canvas: hide engine() interface 2020-05-04 21:27:41 +09:00