Nethravathitcs / unitt

Automatically exported from code.google.com/p/unitt
0 stars 0 forks source link

Memory Leak on PrefixUrlHandler #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The handleUrl method is supposed to return an instance of 
UIViewController<UIViewControllerHasUrl> that has a retain count of 0. An 
autorelease call needs to be applied.

Original issue reported on code.google.com by joshuadmorris@gmail.com on 22 May 2011 at 3:13

GoogleCodeExporter commented 8 years ago
Fixed in 1.2

Original comment by joshuadmorris@gmail.com on 22 May 2011 at 4:23

GoogleCodeExporter commented 8 years ago

Original comment by joshuadmorris@gmail.com on 29 Jun 2011 at 7:15