gmoledina / GMGridView

A performant Grid-View for iOS (iPhone/iPad) that allows sorting of views with gestures (the user can move the items with his finger to sort them) and pinching/rotating/panning gestures allow the user to play with the view and toggle from the cellview to a fullsize display.
MIT License
2.3k stars 512 forks source link

memory problem - not released/reclaimed #198

Open harveyB opened 10 years ago

harveyB commented 10 years ago

hi, am using GMGridView from another library and am seeing this memory allocation not reclaimed in XCode, bcoz it shows it as LIVE in Instruments even after the view controller where GMGridView is destroyed/deallocd - plz fix - thanks.

Address Category    Timestamp   Live    Size    Responsible Library Responsible Caller

72 0x17ef5fe0 Malloc 16 Bytes 00:10.226.720 • 16 Bytes ourapp -[GMGridView itemSubviews]

harveyB commented 10 years ago

even tho it is only 16B, the no. of allocations is in the thousands causing large memory loss.