diff --git a/src/examples/Blending.cpp b/src/examples/Blending.cpp index 7c303a59..cb9e6059 100644 --- a/src/examples/Blending.cpp +++ b/src/examples/Blending.cpp @@ -167,6 +167,8 @@ void tvgDrawCmds(tvg::Canvas* canvas) picture4->rotate(90); picture4->blend(tvg::BlendMethod::SoftLight); canvas->push(std::move(picture4)); + + free(data); }