You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The call to CGGradientCreateWithColors causes a memory leak. One solution would be to move the code into the drawing routine and call CGGradientRelease there.
The text was updated successfully, but these errors were encountered:
Hi,
The call to CGGradientCreateWithColors causes a memory leak. One solution would be to move the code into the drawing routine and call CGGradientRelease there.
The text was updated successfully, but these errors were encountered: