From: Kensuke M. <mat...@ki...> - 2012-06-07 09:08:05
|
Hi, When I create CGContext using UIGraphics.beginImageContext(), how can I release it? CGContext.finalizer doesn't call CGContextRelease, also CFTyp.finalizer doesn't call CFRelease. And UIGraphics.popContext without pushContext raises error. Thanks in advance. |