From f834b96df7a820e391bc9ef73e917c19b735879e Mon Sep 17 00:00:00 2001 From: Vladimir Boyko Date: Wed, 13 Jan 2021 15:32:24 +0300 Subject: [PATCH] #686 Renderer dispose added --- Source/utils/CGMappings.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/utils/CGMappings.swift b/Source/utils/CGMappings.swift index 6fe5042e..1d14980a 100644 --- a/Source/utils/CGMappings.swift +++ b/Source/utils/CGMappings.swift @@ -149,6 +149,7 @@ public extension Node { let img = MGraphicsGetImageFromCurrentImageContext() MGraphicsEndImageContext() + renderer.dispose() return img! }