tobihagemann / THLabel

UILabel subclass, which additionally allows shadow blur, inner shadow, stroke text and fill gradient.
https://tobiha.de
Other
665 stars 111 forks source link

Memory leak horror #22

Closed pronebird closed 9 years ago

pronebird commented 9 years ago

Some of those were confirmed, I attached two PRs.

image

tobihagemann commented 9 years ago

Oh wow... I'm not even sure, when I used the static analyzer the last time. Whoops! ;) CF_RETURNS_RETAINED is great, didn't know that, thanks!! I'm not getting any warnings from static analyzer anymore. Is this issue fixed thanks to your PRs?

pronebird commented 9 years ago

@MuscleRumble yep I fixed that. Thanks for the great component again! Consider that issue closed.