taruntyagi697 / RateView

RateView for iOS Objective-C is a subclass of UIView.
MIT License
118 stars 53 forks source link

remove memory leak in drawRect: method #2

Closed alphatroya closed 9 years ago

alphatroya commented 9 years ago

There is a small memory leak in drawView method, CGPathRef is not retained after use

taruntyagi697 commented 9 years ago

Hi Alexey, I appreciate it. Thanks.