GauravWahi / toast-notifications-ios

Automatically exported from code.google.com/p/toast-notifications-ios
0 stars 0 forks source link

memory leak,never call removeformsuperview #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
label call alloc, 
and then addsubview,
then [v retain],
then hide
then add wrong timer2 method
call hide again
but never call release

every time show a toast,it happen

Original issue reported on code.google.com by arthurch...@gmail.com on 9 Dec 2011 at 9:45