AliSoftware / OHAttributedLabel

UILabel that supports NSAttributedString
https://github.com/AliSoftware/OHAttributedLabel/wiki
1.51k stars 344 forks source link

Fix leak of the gesture recogniser #161

Closed mattjgalloway closed 10 years ago

mattjgalloway commented 10 years ago

My original PR (#134) was not merged cleanly. The dealloc addition to release the gesture recogniser was not included. This fixes that.